New formatting

This commit is contained in:
2023-10-19 16:50:21 -04:00
parent 0b5e82bfcc
commit 026d1ca06d
30 changed files with 76 additions and 76 deletions

View File

@ -17,7 +17,7 @@ export async function onRequestPost(context: RequestContext) {
await context.env.DATA.put(
`gameappealblock_${appealData.roblox_id}`,
`${Date.now() + 2592000000}`,
{ expirationTtl: 2592000000 }
{ expirationTtl: 2592000000 },
);
return new Response(null, {