edit reported team in admin ui
All checks were successful
deploy / build-and-deploy (/testvaro, /opt/website-test, website-test) (push) Successful in 28s
deploy / build-and-deploy (/varo, /opt/website, website) (push) Successful in 13s

This commit is contained in:
2025-06-22 00:11:10 +02:00
parent e9e44f67a2
commit d7b05deff2
7 changed files with 52 additions and 10 deletions

View File

@@ -23,7 +23,7 @@ export async function sendWebhook<T extends WebhookAction>(action: T, data: Webh
'Content-Type': 'application/json',
'x-webhook-action': action
},
body: JSON.stringify(data),
body: JSON.stringify(data)
});
if (response.status === 200) return;