Skip to content

Commit

Permalink
Merge pull request #29 from CCRI-POPROX/kluver/bugfix/make_qualtrics_…
Browse files Browse the repository at this point in the history
…survey_instance_id_nullable

make qualtrics survey instance id nullable on result objects
  • Loading branch information
kluver authored Aug 12, 2024
2 parents 51bbb26 + 2f0837d commit 14b257c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/poprox_storage/concepts/qualtrics_survey.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ class QualtricsSurveyInstance(BaseModel):

class QualtricsSurveyResponse(BaseModel):
survey_response_id: UUID | None = None
survey_instance_id: UUID
survey_instance_id: UUID | None
qualtrics_response_id: str
raw_data: dict

0 comments on commit 14b257c

Please sign in to comment.