Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
shunkakinoki committed Nov 7, 2021
1 parent 37eac0e commit 572c283
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/notion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ export const getBlocks = async (blockId: string) => {
start_cursor: cursor,
block_id: blockId,
});
// eslint-disable-next-line @typescript-eslint/no-unsafe-argument
blocks.push(...blocksList.results);

const next_cursor = blocksList.next_cursor;
Expand Down

0 comments on commit 572c283

Please sign in to comment.