Skip to content

Commit

Permalink
Fix wrong term start date (#807)
Browse files Browse the repository at this point in the history
  • Loading branch information
EricPedley authored Nov 20, 2023
1 parent 177432e commit 3e81ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/antalmanac/src/lib/termData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Term {
* Months are 0-indexed
*/
const termData = [
new Term('2024 Winter', '2024 Winter Quarter', [2023, 0, 8]),
new Term('2024 Winter', '2024 Winter Quarter', [2024, 0, 8]),
new Term('2023 Fall', '2023 Fall Quarter', [2023, 8, 28]),
new Term('2023 Summer2', '2023 Summer Session 2', [2023, 7, 7]),
new Term('2023 Summer10wk', '2023 10-wk Summer', [2023, 5, 26]),
Expand Down

0 comments on commit 3e81ae3

Please sign in to comment.