diff --git a/lib/events.ts b/lib/events.ts index 06952eb3..ff46894d 100644 --- a/lib/events.ts +++ b/lib/events.ts @@ -246,7 +246,7 @@ export function getCurrentTerm(): { year: string; term: Term } { throw new Error("Error setting the current term"); } - return { year, term }; + return { year, "Test" }; } function getPastTerm(year: string, term: Term): { year: string; term: Term } {