diff --git a/src/acl/ACL.ts b/src/acl/ACL.ts index d602dfb38..cf4d4d543 100644 --- a/src/acl/ACL.ts +++ b/src/acl/ACL.ts @@ -144,7 +144,7 @@ class ACL { if (permId in permIds) { nodePerm = permIds[permId]; // Get the first existing perm object - const perm = Object.values(nodePerm)[0] + const perm = Object.values(nodePerm)[0]; // All perm objects are shared nodePerm[nodeId] = perm!; } else {