Add Term Type #361

Merged
j285he merged 11 commits from j285he-add-term-type into main 2022-01-19 20:19:15 -05:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit a5236ef033 - Show all commits

View File

@ -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 } {