Skip to content

Commit 4579513

Browse files
committed
Merge branch 'bugfix/CLDSRV-674' into tmp/octopus/w/8.8/bugfix/CLDSRV-674
2 parents 6e48546 + 74a93e6 commit 4579513

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
@@ -403,6 +403,7 @@ function _findBestPrincipalMatch(principalArray, checkFunc) {
403403

404404
const principals = Array.isArray(principalArray) ? principalArray : [principalArray];
405405

406+
// eslint-disable-next-line no-restricted-syntax
406407
for (const p of principals) {
407408
const result = checkFunc(p);
408409
if (result === checkPrincipalResult.OK) {

0 commit comments

Comments
 (0)