Add Season 3

This commit is contained in:
Kalle 2024-02-11 11:02:56 +02:00
parent eae3d529e2
commit 8818fad917

View File

@ -28,6 +28,11 @@ export const SEASONS =
starts: new Date("2023-12-04T17:00:00.000Z"),
ends: new Date("2024-02-18T20:59:59.999Z"),
},
{
nth: 3,
starts: new Date("2024-03-04T17:00:00.000Z"),
ends: new Date("2024-05-19T20:59:59.999Z"),
},
] as const);
export type RankingSeason = (typeof SEASONS)[number];