Skip to content

Commit

Permalink
temporary evaluator fix
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Oct 16, 2024
1 parent 2608cce commit d190a2c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ public IBaseParameters evaluate(EvaluateRequest request) {
request.getSubject(),
request.getParameters(),
request.getData(),
null,
request.getExpression());
} catch (Exception e) {
request.logException(e.getMessage());
Expand Down

0 comments on commit d190a2c

Please sign in to comment.