fix webhook only working when reported user is changed
All checks were successful
delpoy / build-and-deploy (push) Successful in 51s
All checks were successful
delpoy / build-and-deploy (push) Successful in 51s
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
async function webhookUserReported(endpoint: string, uuid: string) {
|
||||
export async function webhookUserReported(endpoint: string, uuid: string) {
|
||||
await fetch(endpoint, {
|
||||
method: 'POST',
|
||||
headers: {
|
||||
|
||||
Reference in New Issue
Block a user