summaryrefslogtreecommitdiff
path: root/endpoint_export.go
diff options
context:
space:
mode:
Diffstat (limited to 'endpoint_export.go')
-rw-r--r--endpoint_export.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/endpoint_export.go b/endpoint_export.go
index 5118181..3f55a00 100644
--- a/endpoint_export.go
+++ b/endpoint_export.go
@@ -151,7 +151,7 @@ func handleExport(w http.ResponseWriter, req *http.Request) {
currentStudentID,
currentDepartment,
course.Title,
- string(course.Group),
+ course.Group,
},
)
}