fix webhooks

This commit is contained in:
2025-10-17 18:50:35 +02:00
parent f239255849
commit a27cf5f35b
2 changed files with 5 additions and 3 deletions

View File

@@ -96,7 +96,7 @@ export const PUT: APIRoute = async ({ request }) => {
// send webhook in background
sendWebhook(WebhookAction.Strike, {
user: reported.uuid!
uuid: reported.uuid!
});
return new Response(null, { status: 200 });