I thought I fixed you earlier

This commit is contained in:
2024-09-10 14:00:48 -05:00
parent 2a7489d71f
commit 2d25bb8921

View File

@@ -402,7 +402,7 @@ func IcsCommandHandler(s *discordgo.Session, i *discordgo.InteractionCreate) err
}
// Fix static term
meetingTimes, err := GetCourseMeetingTime(202420, int(crn))
meetingTimes, err := GetCourseMeetingTime(202510, int(crn))
if err != nil {
return fmt.Errorf("Error requesting meeting time: %w", err)
}