Add season 1 dates

This commit is contained in:
Kalle
2023-08-28 00:36:14 +03:00
parent 4569f73079
commit 4ecd2df54f

View File

@@ -13,6 +13,11 @@ const SEASONS =
starts: new Date("2023-08-14T17:00:00.000Z"),
ends: new Date("2023-08-27T20:59:59.999Z"),
},
{
nth: 1,
starts: new Date("2023-09-11T17:00:00.000Z"),
ends: new Date("2023-11-19T20:59:59.999Z"),
},
] as const);
export type RankingSeason = (typeof SEASONS)[number];