diff --git a/src/lib/notion.ts b/src/lib/notion.ts index 13900dc..3b55e3b 100644 --- a/src/lib/notion.ts +++ b/src/lib/notion.ts @@ -8,7 +8,7 @@ import { import { LinkResult, PageIcon, TreeResult } from '@/types/notion'; -const notion = new Client({ auth: NOTION_INTEGRATION_SECRET }); +const notion = new Client({ auth: NOTION_INTEGRATION_SECRET! }); export type Url = { pageId: string;