Skip to content

Commit 884fd75

Browse files
committed
Accept code suggestion:
1 parent 2c1bf3a commit 884fd75

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

components/notion/notion.app.mjs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -364,9 +364,7 @@ export default {
364364
notionClient: notion,
365365
config: {
366366
separateChildPage: true,
367-
...!shouldRetrieveChildren && {
368-
parseChildPages:false
369-
}
367+
parseChildPages: shouldRetrieveChildren,
370368
},
371369
});
372370
const blocks = await n2m.pageToMarkdown(pageId);

0 commit comments

Comments
 (0)