Skip to content

Commit

Permalink
feat: add latest session
Browse files Browse the repository at this point in the history
  • Loading branch information
TheComputerM committed Jan 27, 2025
1 parent 60bfe37 commit 39d1cca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/routes/impartus.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ func getImpartusJwtForUser(ctx *gin.Context) string {

// Map of impartus session id as key and a tuple of [year, sem] as value
var impartusSessionMap = map[int][2]int{
1456: {2024, 2},
1426: {2024, 1},
1369: {2023, 2},
1339: {2023, 1},
Expand Down

0 comments on commit 39d1cca

Please sign in to comment.