for real this time
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Jared He 2021-08-31 22:01:55 -05:00
parent b6b83e3fb2
commit 5e868803bf
1 changed files with 1 additions and 0 deletions

View File

@ -209,6 +209,7 @@ function getPastTerm(
term: string
): { year: string; term: string } {
const index = TERMS.indexOf(term);
if (index === -1) {
throw new Error("Not a valid term");
}