From ae0e5ea1bca86e8af226f6c711191d15a43bb1ac Mon Sep 17 00:00:00 2001 From: Valentin Kaelin Date: Fri, 8 Jan 2021 10:17:14 +0100 Subject: [PATCH] feat: add season 11 timestamp --- server/app/helpers.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/server/app/helpers.ts b/server/app/helpers.ts index 13c4834..635a921 100644 --- a/server/app/helpers.ts +++ b/server/app/helpers.ts @@ -19,6 +19,7 @@ export const seasons = { 0: 9, 1578628800000: 10, 1604970061000: 10.5, // Preseason 11 + 1610078400000: 11, } /**