Skip to content

Commit e272e40

Browse files
Update components/ignisign/sources/new-signature-proof-instant/new-signature-proof-instant.mjs
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 94a9550 commit e272e40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ignisign/sources/new-signature-proof-instant/new-signature-proof-instant.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default {
3131
] = await this.ignisign.createWebhook({
3232
data: {
3333
url: this.http.endpoint,
34-
decription: this.description,
34+
description: this.description,
3535
},
3636
});
3737
await this.ignisign.disableWebhookEvents(response._id);

0 commit comments

Comments
 (0)