Skip to content

Commit

Permalink
Merge pull request #162 from VikeLabs/add-summer-2024
Browse files Browse the repository at this point in the history
Add 2024 summer term
  • Loading branch information
AaronCohen21 authored Jun 21, 2024
2 parents 303270e + 8ccf086 commit 0d78d4e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/common/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,9 @@ export function getCatalogIdForTerm(term: string): string {
case '202309':
return '63f510ea5295ea001cb85899';
case '202401':
// TODO: remove when catalog is updated
return '63f510ea5295ea001cb85899';
return '64b07a85168098001c8e8a42';
case '202405':
return '65a71462f2f7b8001c59c853';
default:
return '';
}
Expand Down

0 comments on commit 0d78d4e

Please sign in to comment.