From 02015525e3b38b5a42a241e2ebe28660f58907e1 Mon Sep 17 00:00:00 2001 From: Liam Date: Mon, 28 Oct 2024 19:01:47 +0000 Subject: [PATCH] oops --- projects/backend/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/backend/src/index.ts b/projects/backend/src/index.ts index e3644ca..3b31985 100644 --- a/projects/backend/src/index.ts +++ b/projects/backend/src/index.ts @@ -64,7 +64,7 @@ export const app = new Elysia(); app.use( cron({ name: "player-statistics-tracker-cron", - pattern: "0 1 * * * *", // Every day at 00:01 + pattern: "0 1 * * *", // Every day at 00:01 timezone: "Europe/London", // UTC time protect: true, run: async () => {