Skip to content

Commit 54c2ba7

Browse files
Update components/agrello/sources/new-signature-instant/new-signature-instant.mjs
Co-authored-by: Leo Vu <[email protected]>
1 parent 548a429 commit 54c2ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/agrello/sources/new-signature-instant/new-signature-instant.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default {
1515
return "DOCUMENT_SIGNATURE_ADDED";
1616
},
1717
getSummary(event) {
18-
return `New signature added to container with Id: ${event.containerId}`;
18+
return `New signature added to container: ${event.containerId}`;
1919
},
2020
},
2121
sampleEmit,

0 commit comments

Comments
 (0)