Skip to content

Commit

Permalink
Fix set
Browse files Browse the repository at this point in the history
  • Loading branch information
norkans7 committed Dec 19, 2024
1 parent d7969e9 commit 5a7d4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ureport/polls/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def clear_old_poll_results(org, since, until):
syncing_window = now - timedelta(days=365)
new_window = now - timedelta(days=14)

dupes_flow_uuid = {}
dupes_flow_uuid = set()

old_polls = (
Poll.objects.filter(org=org)
Expand Down

0 comments on commit 5a7d4dd

Please sign in to comment.