add webhookId to api request (#9113)

This commit is contained in:
hayabusa 2022-10-13 08:34:57 +09:00 committed by GitHub
parent dae82514dc
commit 166067f746
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,6 +78,7 @@ async function save(): Promise<void> {
name,
url,
secret,
webhookId: props.webhookId,
on: events,
active,
});