From a11c93e0e155d308bc24233128d085e71e011b93 Mon Sep 17 00:00:00 2001 From: Arc-blroth <45273859+Arc-blroth@users.noreply.github.com> Date: Tue, 18 Jun 2024 20:01:14 -0700 Subject: [PATCH] support summer events with 'u' prefix --- data/archive.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/data/archive.ts b/data/archive.ts index 7fd3450..5b7fb72 100644 --- a/data/archive.ts +++ b/data/archive.ts @@ -42,6 +42,7 @@ const archive: QuarterArchive[] = [...quarters.entries()].map(([quarterId, quart case "f": season = "Fall"; break; case "w": season = "Winter"; break; case "s": season = "Spring"; break; + case "u": season = "Summer"; break; default: throw `invalid season char '${quarterId.charAt(0)}' (this should never happen)` } return {