fix update

This commit is contained in:
Peter Maquiran
2024-09-13 09:31:55 +01:00
parent 2963fa752f
commit e6fa43524e
8 changed files with 221 additions and 91 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ export class PermissionService {
let count = 0
for(let permission of this.SessionStore.user.UserPermissions ) {
for(let permission of this.SessionStore.user?.UserPermissions || [] ) {
if (args.includes(permission)) {
count++;
}