mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-20 01:06:45 +00:00
remove emptying users
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user