1
0

fix: lint

This commit is contained in:
kolaente
2023-03-05 14:34:34 +01:00
parent 066c26f83e
commit 077baba2ea
4 changed files with 17 additions and 20 deletions

View File

@ -418,7 +418,7 @@ func persistLabels(s *xorm.Session, a web.Auth, task *models.Task, labels []*mod
for _, label := range labels {
if l, has := labelMap[label.ID]; has {
label = l
*label = *l
continue
}