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,
|
name,
|
||||||
url,
|
url,
|
||||||
secret,
|
secret,
|
||||||
|
webhookId: props.webhookId,
|
||||||
on: events,
|
on: events,
|
||||||
active,
|
active,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue