We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a82804f commit 3ea2dc9Copy full SHA for 3ea2dc9
src/acl/ACL.ts
@@ -144,7 +144,7 @@ class ACL {
144
if (permId in permIds) {
145
nodePerm = permIds[permId];
146
// Get the first existing perm object
147
- const perm = Object.values(nodePerm)[0]
+ const perm = Object.values(nodePerm)[0];
148
// All perm objects are shared
149
nodePerm[nodeId] = perm!;
150
} else {
0 commit comments