From aff325f22c51505ef174353f21004f08d7485b62 Mon Sep 17 00:00:00 2001 From: Valentin Kaelin Date: Fri, 7 Jan 2022 12:32:59 +0100 Subject: [PATCH] feat: add season 12 timestamp --- server/app/helpers.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/app/helpers.ts b/server/app/helpers.ts index 57cfe1a..ab3c353 100644 --- a/server/app/helpers.ts +++ b/server/app/helpers.ts @@ -85,6 +85,8 @@ export const seasons = { 1578628800000: 10, 1604970061000: 10.5, // Preseason 11 1610078400000: 11, + 1637118000000: 11.5, // Preseason 12 + 1641524400000: 12, } /**