frontend: we already add hyperlinks
This commit is contained in:
parent
40b2f11543
commit
10b2c6e365
1 changed files with 1 additions and 1 deletions
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue