add webhookId to api request (#9113)
This commit is contained in:
parent
dae82514dc
commit
166067f746
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ async function save(): Promise<void> {
|
|||
name,
|
||||
url,
|
||||
secret,
|
||||
webhookId: props.webhookId,
|
||||
on: events,
|
||||
active,
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue