Skip to content

Commit

Permalink
🐛 Fix webapp input hook type
Browse files Browse the repository at this point in the history
  • Loading branch information
naelob committed Jul 24, 2024
1 parent d8cbcda commit b9abb36
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ const AddWebhook = () => {
createWebhookPromise({
url: values.url,
description: values.description,
id_project: idProject,
scope: selectedScopes,
}),
{
Expand Down

0 comments on commit b9abb36

Please sign in to comment.