Skip to content

Commit

Permalink
🐛 fix import definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
takoba committed Feb 1, 2022
1 parent 013e3df commit 3831545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Client } from '@notionhq/client'
import {App, ContextBlock, DividerBlock, KnownBlock, SectionBlock} from '@slack/bolt'
import { URL } from 'url'
import {GetBlockResponse, GetDatabaseResponse, GetPageResponse} from "@notionhq/client/build/src/api-endpoints"
import {GetDatabaseResponse, GetPageResponse} from "@notionhq/client/build/src/api-endpoints"

const app = new App({
token: process.env.SLACK_BOT_TOKEN,
Expand Down

0 comments on commit 3831545

Please sign in to comment.