Skip to content

Commit

Permalink
declare participant_id_question_id
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMwendwa committed Oct 25, 2024
1 parent 2b0c37f commit ce2922c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ def _sync_google_form_to_engagement_db(google_form_client, engagement_db, form_c
log.info(f"Processing response {i + 1}/{len(responses)}...")
sync_stats.add_event(GoogleFormSyncEvents.READ_RESPONSE_FROM_GOOGLE_FORM)

participant_id_type = None
participant_id_type, participant_id_question_id = None, None
if form_config.participant_id_configuration is not None:
participant_id_type = form_config.participant_id_configuration.id_type
participant_id_question_id = form_config.participant_id_configuration.question_id
Expand Down

0 comments on commit ce2922c

Please sign in to comment.