Start season 10 on July 1
This commit is contained in:
parent
66147ff5d2
commit
46e9b83e0b
@ -15,7 +15,7 @@ export const WEEKS_PER_SEASON = 18
|
|||||||
export const GAMES_PER_SEASON = GAMES_PER_WEEK * WEEKS_PER_SEASON
|
export const GAMES_PER_SEASON = GAMES_PER_WEEK * WEEKS_PER_SEASON
|
||||||
|
|
||||||
// TODO: Annually update this start date and holidays with two week series or get it from the DB
|
// TODO: Annually update this start date and holidays with two week series or get it from the DB
|
||||||
export const SEASON_START_DATE: dayjs.Dayjs = dayjs('01-15-2024', 'MM/DD/YYYY')
|
export const SEASON_START_DATE: dayjs.Dayjs = dayjs('07-01-2024', 'MM/DD/YYYY')
|
||||||
export const THANKSGIVING: dayjs.Dayjs = dayjs('11-28-2024', 'MM/DD/YYYY')
|
export const THANKSGIVING: dayjs.Dayjs = dayjs('11-28-2024', 'MM/DD/YYYY')
|
||||||
export const CHRISTMAS: dayjs.Dayjs = dayjs('12-25-2024', 'MM/DD/YYYY')
|
export const CHRISTMAS: dayjs.Dayjs = dayjs('12-25-2024', 'MM/DD/YYYY')
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user