Skip to content

Commit

Permalink
feature: formating date
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanJaeger committed Dec 4, 2024
1 parent f4ad3aa commit 927b437
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions insights/widgets/usecases/get_source_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ def simple_source_data_operation(
apply_timezone_to_filters(default_filters, project_timezone)
format_date(default_filters)

print("filtros apos formatar", default_filters)
if operation == "list":
tags = default_filters.pop("tags", [None])[0]
if tags:
Expand Down

0 comments on commit 927b437

Please sign in to comment.