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