From 46b47fced568fd0ad3f5f7754438d54849eed1c3 Mon Sep 17 00:00:00 2001 From: Valentin Kaelin Date: Sat, 13 Jan 2024 18:31:54 +0100 Subject: [PATCH] feat: add season 14 timestamp --- server/app/helpers.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/server/app/helpers.ts b/server/app/helpers.ts index e08feca..e4f2558 100644 --- a/server/app/helpers.ts +++ b/server/app/helpers.ts @@ -101,6 +101,7 @@ export const seasons = { 1641524400000: 12, 1668434400000: 12.5, // Preseason 13 1673384400000: 13, + 1704844799000: 14, } /**