Skip to content

Commit fa33ce2

Browse files
committed
Merge branch 'w/9.0/bugfix/CLDSRV-674' into tmp/octopus/w/9.1/bugfix/CLDSRV-674
2 parents 7b8f029 + 058f13c commit fa33ce2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/api/apiUtils/authorization/permissionChecks.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,6 @@ function _findBestPrincipalMatch(principalArray, checkFunc) {
392392

393393
const principals = Array.isArray(principalArray) ? principalArray : [principalArray];
394394

395-
// eslint-disable-next-line no-restricted-syntax
396395
for (const p of principals) {
397396
const result = checkFunc(p);
398397
if (result === checkPrincipalResult.OK) {

0 commit comments

Comments
 (0)