1
0

fix(views): use correct assertion in test

This commit is contained in:
kolaente
2024-04-02 12:42:07 +02:00
parent 81fe8391e4
commit 8a6e3d5bd7
3 changed files with 13 additions and 17 deletions

View File

@ -344,10 +344,6 @@ func (p *ProjectView) Update(s *xorm.Session, _ web.Auth) (err error) {
"done_bucket_id",
).
Update(p)
if err != nil {
return
}
return
}