diff --git a/frontend/frontend.go b/frontend/frontend.go index 77a792f64..46cd59f78 100644 --- a/frontend/frontend.go +++ b/frontend/frontend.go @@ -72,7 +72,7 @@ func MakeFrontend(runner *submitqueue.Runner) *Frontend { router.GET("/", func(c *gin.Context) { // FIXME: do this periodically - // TODO: add hyperlinks to changesets + err := submitQueue.UpdateHEAD() if err != nil { c.AbortWithError(http.StatusBadGateway, fmt.Errorf("unable to update HEAD"))