summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--export.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/export.go b/export.go
index 8d91de4..401c632 100644
--- a/export.go
+++ b/export.go
@@ -148,7 +148,7 @@ func handleExport(w http.ResponseWriter, req *http.Request) {
if found {
currentStudentID = before
} else {
- currentStudentID = currentUserEmail /* TODO */
+ currentStudentID = currentUserEmail
}
userCacheMap[currentUserID] = userCacheT{
Name: currentUserName,