mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-26 23:23:08 +02:00
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