Skip to content

Commit c622aff

Browse files
committed
Summary fix
1 parent 976ad48 commit c622aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/basecamp/actions/create-card/create-card.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export default {
8383
},
8484
});
8585

86-
$.export("$summary", `Successfully created card (ID: ${card.id}}`);
86+
$.export("$summary", `Successfully created card (ID: ${card.id})`);
8787
return card;
8888
},
8989
};

0 commit comments

Comments
 (0)