remove emptying users

This commit is contained in:
pascal
2026-01-08 22:21:46 +01:00
parent ea37d4b768
commit 9fd34718a6

View File

@@ -248,7 +248,6 @@ func generateAccountSQLTypes(account *types.Account) {
user.PATsG = append(user.PATsG, *pat)
}
account.UsersG = append(account.UsersG, user)
account.Users = nil
}
for id, group := range account.Groups {