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) {
|
||||
|
Reference in New Issue
Block a user