Skip to content

Commit 058f13c

Browse files
committed
Revert "CLDSRV-674: fix lint issue"
This reverts commit 74a93e6.
1 parent 41ebef6 commit 058f13c

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)