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 7430b29 commit 7761203Copy full SHA for 7761203
components/notion/actions/append-block/append-block.mjs
@@ -117,6 +117,6 @@ export default {
117
const totalAppended = results.reduce((sum, res) => sum + res.length, 0);
118
119
$.export("$summary", `Appended ${totalAppended} block(s) successfully`);
120
- return results;
+ return results.flat();
121
},
122
};
0 commit comments