Skip to content

Commit 41ebef6

Browse files
committed
Merge branch 'w/8.8/bugfix/CLDSRV-674' into tmp/octopus/w/9.0/bugfix/CLDSRV-674
2 parents 8781380 + 4579513 commit 41ebef6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/api/apiUtils/authorization/permissionChecks.js

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

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

395+
// eslint-disable-next-line no-restricted-syntax
395396
for (const p of principals) {
396397
const result = checkFunc(p);
397398
if (result === checkPrincipalResult.OK) {

0 commit comments

Comments
 (0)