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 976ad48 commit c622affCopy full SHA for c622aff
components/basecamp/actions/create-card/create-card.mjs
@@ -83,7 +83,7 @@ export default {
83
},
84
});
85
86
- $.export("$summary", `Successfully created card (ID: ${card.id}}`);
+ $.export("$summary", `Successfully created card (ID: ${card.id})`);
87
return card;
88
89
};
0 commit comments