frontend: we already add hyperlinks

This commit is contained in:
Florian Klink 2019-11-25 17:36:39 +01:00
parent 40b2f11543
commit 10b2c6e365

View file

@ -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"))