Skip to content

Commit

Permalink
S5
Browse files Browse the repository at this point in the history
  • Loading branch information
Sendouc committed Sep 1, 2024
1 parent d857657 commit c3adcde
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/features/mmr/season.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ export const SEASONS =
starts: new Date("2024-06-03T17:00:00.000Z"),
ends: new Date("2024-08-18T20:59:59.999Z"),
},
{
nth: 5,
starts: new Date("2024-09-02T17:00:00.000Z"),
ends: new Date("2024-11-17T22:59:59.999Z"),
},
] as const);

export type RankingSeason = (typeof SEASONS)[number];
Expand Down

0 comments on commit c3adcde

Please sign in to comment.