extend the event due to maintenance

This commit is contained in:
Matthew Olker 2024-06-21 08:29:39 -04:00
parent a14128aece
commit 0ebf9342f5
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, 22, 0)),
endDate: new Date(Date.UTC(2024, 5, 23, 0)),
bannerFilename: "pride-update"
},
];