fix pats counting

This commit is contained in:
Pascal Fischer 2023-05-30 19:44:40 +02:00
parent fe596c38c6
commit 9e045479cc

View File

@ -217,7 +217,7 @@ func (w *Worker) generateProperties() properties {
} else {
users++
}
pats = +len(user.PATs)
pats += len(user.PATs)
}
for _, key := range account.SetupKeys {