1
0

fix: lint

This commit is contained in:
kolaente
2023-10-10 20:35:43 +02:00
parent c9aec495d5
commit 56625b0b90
11 changed files with 31 additions and 31 deletions

View File

@ -217,7 +217,7 @@ func (lu *ProjectUser) ReadAll(s *xorm.Session, a web.Auth, search string, page
// Obfuscate all user emails
for _, u := range all {
u.Email = ""
u.User.Email = ""
}
numberOfTotalItems, err = s.