Skip to content

Commit 268b2c8

Browse files
committed
fix lint
1 parent 739faa3 commit 268b2c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/api/apiUtils/authorization/permissionChecks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ function _isRootUser(arn) {
292292
// with an empty resource type ('user/' prefix missing).
293293
const arns = arn.split(':');
294294
if (arns.length < 6) {
295-
return false
295+
return false;
296296
}
297297

298298
const resource = arns[arns.length - 1];

0 commit comments

Comments
 (0)