Skip to content

Commit

Permalink
feature: removing utm from list
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanJaeger committed Oct 30, 2024
1 parent e755a75 commit 5129c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion insights/sources/orders/clients.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def list(self, query_filters: dict):
)

if query_filters.get("utm_source", None):
query_filters["utm_source"] = query_filters.pop("utm_source")
query_filters["utm_source"] = query_filters.pop("utm_source")[0]

total_value = 0
total_sell = 0
Expand Down

0 comments on commit 5129c1a

Please sign in to comment.