We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50ac3fb commit 692d736Copy full SHA for 692d736
src/notion-api/get-blocks.js
@@ -35,7 +35,6 @@ exports.getBlocks = async ({ id, block, notionVersion, token }, reporter) => {
35
startCursor = result.next_cursor
36
hasMore = result.has_more
37
} catch (e) {
38
- console.log(e)
39
reporter.panic(errorMessage)
40
}
41
0 commit comments