feat: update VersionData
parent
7a2dedfbe5
commit
a770901759
|
|
@ -30,6 +30,12 @@ export const SEASONS: Season[] = [
|
|||
start: new Date("2023-06-01T00:00:00+00:00"),
|
||||
end: new Date("2023-09-01T00:00:00+00:00"),
|
||||
},
|
||||
{
|
||||
id: "season202309",
|
||||
name: "Drizzle Season 2023",
|
||||
start: new Date("2023-09-01T00:00:00+00:00"),
|
||||
end: new Date("2023-12-01T00:00:00+00:00"),
|
||||
},
|
||||
];
|
||||
|
||||
export const getSeason = (date: Date): Season | undefined => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue