Skip to content

Commit 3ea2dc9

Browse files
committed
fix: lint
1 parent a82804f commit 3ea2dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/acl/ACL.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ class ACL {
144144
if (permId in permIds) {
145145
nodePerm = permIds[permId];
146146
// Get the first existing perm object
147-
const perm = Object.values(nodePerm)[0]
147+
const perm = Object.values(nodePerm)[0];
148148
// All perm objects are shared
149149
nodePerm[nodeId] = perm!;
150150
} else {

0 commit comments

Comments
 (0)