коммит произвёл
GitHub
родитель
39c3b8ebf9
Коммит
78a9927b67
@@ -25,7 +25,7 @@ func localCheckIntegrity(c *Context, w http.ResponseWriter, r *http.Request) {
|
||||
defer c.LogAuditRec(auditRec)
|
||||
|
||||
var results []model.IntegrityCheckResult
|
||||
resultsChan := c.App.Srv().Store.CheckIntegrity()
|
||||
resultsChan := c.App.CheckIntegrity()
|
||||
for result := range resultsChan {
|
||||
results = append(results, result)
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user