Skip to content

Commit a3745b1

Browse files
committed
adjustment
1 parent 701bd16 commit a3745b1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

components/calendarhero/calendarhero.app.mjs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,13 @@ export default {
3838
...args,
3939
});
4040
},
41-
deleteWebhook(event) {
41+
deleteWebhook({
42+
event, ...args
43+
}) {
4244
return this._makeRequest({
4345
method: "delete",
4446
url: `webhook/${event}`,
47+
...args,
4548
});
4649
},
4750
},

0 commit comments

Comments
 (0)