for real this time

pull/245/head
Jared He 2 years ago
parent b6b83e3fb2
commit 5e868803bf
  1. 1
      lib/events.ts

@ -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");
}

Loading…
Cancel
Save