Skip to content

Commit 647e7bf

Browse files
committed
style(notion): lint files
1 parent 2fe4bad commit 647e7bf

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

packages/@contentlayer/source-notion/src/fetchData/getComputedValues.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const getComputedValues = ({ document, documentTypeDef }: GetComputedValu
1313
mapValue: (field) =>
1414
T.tryCatchPromise(
1515
async () => field.resolve(document),
16-
(error) => new Error('TODO: Make error'),
16+
() => new Error('TODO: Make error'),
1717
),
1818
}),
1919
OT.withSpan('@contentlayer/source-notion/fetchData:getComputedValues'),

packages/@contentlayer/source-notion/src/notion/fetchDatabasePages.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import { Chunk, OT, pipe, S, T } from '@contentlayer/utils/effect'
2-
import * as notion from '@notionhq/client'
1+
import { OT, pipe, S } from '@contentlayer/utils/effect'
32
import type { PageObjectResponse } from '@notionhq/client/build/src/api-endpoints'
43

54
import type { DatabaseTypeDef } from '../schema/types/database.js'

0 commit comments

Comments
 (0)