Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
updated array of catalog years
  • Loading branch information
Ameeka-Patel committed Jan 26, 2025
1 parent d1cfe06 commit 0d13a3f
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 0d13a3f

Please sign in to comment.