Skip to content

Commit fd2c852

Browse files
committed
Merge branch 'w/8.8/bugfix/CLDSRV-674' into tmp/octopus/w/9.0/bugfix/CLDSRV-674
2 parents 8781380 + 0d8e485 commit fd2c852

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)