Skip to content

Commit bc4f890

Browse files
authored
Merge branch 'develop' into fix/4626-cpu-memory-inefficiencies
2 parents c132bfc + 340ee96 commit bc4f890

File tree

1 file changed

+0
-1
lines changed
  • policy-service/src/policy-engine/helpers

1 file changed

+0
-1
lines changed

policy-service/src/policy-engine/helpers/utils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1445,7 +1445,6 @@ export class PolicyUtils {
14451445
if (value.startsWith('regex:')) {
14461446
return [QueryType.regex, value.substring('regex'.length + 1)];
14471447
}
1448-
// return [QueryType.eq, value];
14491448
}
14501449
return [null, value];
14511450
}

0 commit comments

Comments
 (0)