fix webhooks
This commit is contained in:
@@ -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 });
|
||||
|
||||
Reference in New Issue
Block a user