add project to logs, project composition mode to goals and fix unweighted counts for other composition modes.
continuous-integration/drone/push Build is passing
continuous-integration/drone/push Build is passing
This commit is contained in:
+1
-4
@@ -85,10 +85,7 @@ func Log(g *gin.RouterGroup, db database.Database) {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
return &models.LogResult{
|
||||
Log: log,
|
||||
Task: &task.Task,
|
||||
}, nil
|
||||
return l.FindLog(c.Request.Context(), log.ID)
|
||||
}))
|
||||
|
||||
g.PUT("/:id", handler("log", func(c *gin.Context) (interface{}, error) {
|
||||
|
||||
Reference in New Issue
Block a user