HubSpot / jinjava

Jinja template engine for Java
Apache License 2.0
700 stars 169 forks source link

Do not require argument to unixtimestamp function #1191

Closed boulter closed 4 months ago

boulter commented 4 months ago

In https://github.com/HubSpot/jinjava/pull/1064, the intention was to require arguments for the unixtimestamp filter, but not the function. The unixtimestamp filter just calls the function though, so the requirement was incorrectly applied to both.