summaryrefslogtreecommitdiff
path: root/ws_connection.go
diff options
context:
space:
mode:
Diffstat (limited to 'ws_connection.go')
-rw-r--r--ws_connection.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ws_connection.go b/ws_connection.go
index 48c2b3a..e3cc6d2 100644
--- a/ws_connection.go
+++ b/ws_connection.go
@@ -146,7 +146,7 @@ func handleConn(
* userCourseGroups stores whether the user has already chosen a course
* in the courseGroup.
*/
- var userCourseGroups userCourseGroupsT = make(map[courseGroupT]struct{})
+ var userCourseGroups userCourseGroupsT = make(map[string]struct{})
err := populateUserCourseGroups(newCtx, &userCourseGroups, userID)
if err != nil {
return reportError(