Correct the event's end date

It was set to end one day early, this has been fixed.
This commit is contained in:
Madmadness65 2024-06-19 18:47:42 -05:00
parent cb5cedac84
commit aba3e2abc1
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ const timedEvents: TimedEvent[] = [
eventType: EventType.SHINY,
shinyMultiplier: 2,
startDate: new Date(Date.UTC(2024, 5, 14, 0)),
endDate: new Date(Date.UTC(2024, 5, 21, 0)),
endDate: new Date(Date.UTC(2024, 5, 22, 0)),
bannerFilename: "pride-update"
},
];