Skip to content

Commit

Permalink
Added new rotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Afgan0r committed Oct 20, 2024
1 parent 8cf9549 commit 0e62b2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/0 - utils/rotations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const startDates: string[] = [
'2023-10-02T00:00:00.000Z',
'2024-04-08T00:00:00.000Z',
'2024-07-01T00:00:00.000Z',
'2024-10-01T00:00:00.000Z',
];

const rotationsStartDates: Dayjs[] = startDates.map((startDate) => (
Expand Down

0 comments on commit 0e62b2c

Please sign in to comment.