Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
benzekrimaha committed Nov 19, 2024
1 parent 9ebb74d commit 1e8a725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/policyEvaluator/utils/conditions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ export function convertConditionOperator(operator: string): boolean {
} else {
return policyValRegex(key);
}
return true;
return undefined;

Check warning on line 280 in lib/policyEvaluator/utils/conditions.ts

View check run for this annotation

Codecov / codecov/patch

lib/policyEvaluator/utils/conditions.ts#L280

Added line #L280 was not covered by tests
},
StringNotLike: function stringNotLike(key: string, value: string[]) {
return !operatorMap.StringLike(key, value);
Expand Down

0 comments on commit 1e8a725

Please sign in to comment.