Skip to content
Snippets Groups Projects
Unverified Commit 166067f7 authored by hayabusa's avatar hayabusa Committed by GitHub
Browse files

add webhookId to api request (#9113)

parent dae82514
No related branches found
No related tags found
No related merge requests found
...@@ -78,6 +78,7 @@ async function save(): Promise<void> { ...@@ -78,6 +78,7 @@ async function save(): Promise<void> {
name, name,
url, url,
secret, secret,
webhookId: props.webhookId,
on: events, on: events,
active, active,
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment