Add season 4

This commit is contained in:
Kalle
2024-05-14 20:36:12 +03:00
parent 3cd1411a2e
commit e99165f43f

View File

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