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