Skip to content

Commit

Permalink
fix: env type error
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorusclarence committed Jan 20, 2022
1 parent b97d0d5 commit 4db8770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/notion.ts
Expand Up @@ -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;
Expand Down

0 comments on commit 4db8770

Please sign in to comment.