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

@ -7,7 +7,7 @@ export async function onRequest(context: RequestContext) {
});
const deliveryDate = new Date(
Date.now() + 86400000 + Math.round(Math.random() * 172800000)
Date.now() + 86400000 + Math.round(Math.random() * 172800000),
)
.toUTCString()
.replace("GMT", "+0000");