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 b95434f commit 8239d54Copy full SHA for 8239d54
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