Skip to content

Commit

Permalink
Merge pull request #1255 from rapidpro/sync-paths-no-time
Browse files Browse the repository at this point in the history
Sync results from paths without time
  • Loading branch information
norkans7 authored Dec 12, 2024
2 parents 642eb8b + 70af5b8 commit b9d970c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ureport/backend/rapidpro.py
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@ def _process_run_poll_results(
ruleset_uuid = temba_path.node
category = None
text = ""
value_date = temba_path.time
value_date = temba_run.created_on

if ruleset_uuid in questions_uuids:
existing_poll_result = existing_db_poll_results_map.get(contact_uuid, dict()).get(ruleset_uuid, None)
Expand Down

0 comments on commit b9d970c

Please sign in to comment.