Skip to content

Commit

Permalink
Fix schema for JSON request.
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbolliger committed Jan 4, 2022
1 parent 2faac5e commit 30ed0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NotionExporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export class NotionExporter {
task: {
eventName: "exportBlock",
request: {
blockId: id,
block: { id },
recursive: false,
exportOptions: {
exportType: "markdown",
Expand Down

0 comments on commit 30ed0bb

Please sign in to comment.