Skip to content

Commit

Permalink
Always set recursive
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbolliger committed Mar 3, 2024
1 parent 0fa98d1 commit 699338e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/NotionExporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ export class NotionExporter {
eventName: "exportBlock",
request: {
block: { id },
recursive,
// Recursive needs to be set
recursive: !!recursive,
exportOptions: {
exportType: "markdown",
includeContents: !includeContents ? "no_files" : undefined,
Expand Down

0 comments on commit 699338e

Please sign in to comment.