Skip to content

Commit

Permalink
Merge pull request #798 from sandboxnu/beta-majors-not-loading
Browse files Browse the repository at this point in the history
Update index.ts
  • Loading branch information
Ameeka-Patel authored Jan 28, 2025
2 parents d1cfe06 + 0d13a3f commit 6c475bc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/api-client/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,11 @@ class APIClient {
*
* SemEncoding => 10 for fall, 30 for spring, 40 for summer 1, 50 for summer
* full, 60 for summer 2
*
* Remember to update the catalog year every year to ensure we are searching all
* possible terms.
*/
const ALL_COURSE_TERM_IDS = ["2022", "2023"]
const ALL_COURSE_TERM_IDS = ["2022", "2023", "2024", "2025"]
.map((year) => [
`${year}10`,
`${year}30`,
Expand Down

0 comments on commit 6c475bc

Please sign in to comment.