Skip to content

Commit

Permalink
fix: format-datetime naming in function repository
Browse files Browse the repository at this point in the history
  • Loading branch information
arjendev committed Jan 30, 2024
1 parent f3fc523 commit c350eee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class FunctionsRepository:
"equals": logical_functions.equals,
"first": collection_functions.first,
"float": conversion_functions.float_,
"formatDataTime": date_functions.format_date_time,
"formatDateTime": date_functions.format_date_time,
"getFutureTime": date_functions.get_future_time,
"getPastTime": date_functions.get_past_time,
"greater": logical_functions.greater,
Expand Down

0 comments on commit c350eee

Please sign in to comment.