New formatting
This commit is contained in:
@ -15,7 +15,7 @@ export async function onRequestPost(context: RequestContext) {
|
||||
authorization: `Basic ${btoa("api:" + context.env.MAILGUN_API_KEY)}`,
|
||||
},
|
||||
method: "POST",
|
||||
}
|
||||
},
|
||||
);
|
||||
|
||||
if (!emailReq.ok) {
|
||||
@ -38,7 +38,7 @@ export async function onRequestPost(context: RequestContext) {
|
||||
"x-audit-log-reason": `Appeal accepted by ${currentUser.username}#${currentUser.discriminator} (${currentUser.id})`,
|
||||
},
|
||||
method: "DELETE",
|
||||
}
|
||||
},
|
||||
);
|
||||
|
||||
await fetch(context.env.APPEALS_WEBHOOK, {
|
||||
|
Reference in New Issue
Block a user