Skip to content

Commit

Permalink
Merge branch 'fix/openapi' into fix/openapi-anonymous-response
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitoyama authored Nov 9, 2024
2 parents 4c36179 + 94d50da commit 10a2f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/adapter.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ func respondentDetail2Response(ctx echo.Context, respondentDetail model.Responde
IsDraft: respondentDetail.SubmittedAt.Valid,
ModifiedAt: respondentDetail.ModifiedAt,
QuestionnaireId: respondentDetail.QuestionnaireID,
Respondent: &(respondentDetail.TraqID),
Respondent: &respondentDetail.TraqID,
ResponseId: respondentDetail.ResponseID,
SubmittedAt: respondentDetail.SubmittedAt.Time,
IsAnonymous: &isAnonymous,
Expand Down

0 comments on commit 10a2f2e

Please sign in to comment.