1
0

fix(views): lint

This commit is contained in:
kolaente
2024-03-19 00:36:33 +01:00
parent f3cdd7d15f
commit 30b41bd143
8 changed files with 21 additions and 26 deletions

View File

@ -246,6 +246,7 @@ func duplicateViews(s *xorm.Session, pd *ProjectDuplicate, doer web.Auth, taskMa
})
}
_, err = s.Insert(&taskPositions)
return
}