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 3a28f5e commit c83bc11Copy full SHA for c83bc11
components/notion/actions/retrieve-page/retrieve-page.mjs
@@ -18,7 +18,7 @@ export default {
18
async run({ $ }) {
19
const response = await this.notion.retrievePage(this.pageId);
20
const title = response?.properties?.Name?.title[0]?.plain_text;
21
- $.export("$summary", `Sucessfully retrieved page${title
+ $.export("$summary", `Successfully retrieved page${title
22
? ` "${title}"`
23
: ""}`);
24
return response;
0 commit comments