Skip to content

Commit

Permalink
Update src/main/java/com/hubspot/jinjava/lib/filter/SliceFilter.java
Browse files Browse the repository at this point in the history
Co-authored-by: Jeff Boulter <[email protected]>
  • Loading branch information
lozenko and boulter authored Mar 19, 2024
1 parent 9798612 commit 829b541
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public Object filter(Object var, JinjavaInterpreter interpreter, String... args)
TemplateError.ErrorType.WARNING,
TemplateError.ErrorReason.OVER_LIMIT,
TemplateError.ErrorItem.FILTER,
"The limit input value of 'slices' parameter is too large, it's been reduced to " +
"The value of the 'slices' parameter is greater than " + MAX_SLICES + ". It's been reduced to " +
MAX_SLICES,
null,
interpreter.getLineNumber(),
Expand Down

0 comments on commit 829b541

Please sign in to comment.