aboutsummaryrefslogtreecommitdiff
path: root/routes/repo/http.go
diff options
context:
space:
mode:
Diffstat (limited to 'routes/repo/http.go')
-rw-r--r--routes/repo/http.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/routes/repo/http.go b/routes/repo/http.go
index 9f0f311b..743605f5 100644
--- a/routes/repo/http.go
+++ b/routes/repo/http.go
@@ -130,6 +130,7 @@ func HTTPContexter() macaron.Handler {
return
}
token.Updated = time.Now()
+ // TODO: verify or update token.Updated in database
authUser, err = models.GetUserByID(token.UID)
if err != nil {