mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-16 07:16:38 +00:00
fix pats counting
This commit is contained in:
@@ -217,7 +217,7 @@ func (w *Worker) generateProperties() properties {
|
||||
} else {
|
||||
users++
|
||||
}
|
||||
pats = +len(user.PATs)
|
||||
pats += len(user.PATs)
|
||||
}
|
||||
|
||||
for _, key := range account.SetupKeys {
|
||||
|
||||
Reference in New Issue
Block a user