From 289ce4c7c882ec905ae34de09b58d90e5e5c3f8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=20Moitie=CC=81?= Date: Tue, 12 Dec 2023 00:53:30 +0000 Subject: [PATCH] Update season end --- src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.js b/src/config.js index 5e1b457..09a119c 100644 --- a/src/config.js +++ b/src/config.js @@ -1,7 +1,7 @@ import moment from 'moment'; export const seasonStart = moment('2023-12-12T00:00:00+00:00').utc(); -export const seasonEnd = moment('2024-03-13T00:00:00+00:00').utc(); +export const seasonEnd = moment('2024-03-11T00:00:00+00:00').utc(); export const weekSeasonStart = moment('2023-12-12T00:00:00+00:00').utc(); export const firebaseConfig = {