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

View File

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