Skip to content

Commit

Permalink
CR Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-moore-97 committed Mar 20, 2024
1 parent 6d49989 commit 56b12fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion gdrive/export_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,10 @@ async def survey_upload_response_task(request):
survey_resp["skin_tone"],
)

result_sheet_id = upload_result["spreadsheetId"]
if upload_result:
log.info(
f"Uploaded response: {request.responseId} to completions spreadsheet"
f"Uploaded response: {request.responseId} to completions spreadsheet {result_sheet_id}"
)

crud.create_participant(
Expand Down
2 changes: 1 addition & 1 deletion manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ applications:
env:
ES_HOST: identity-idva-es-proxy-((ENVIRONMENT)).apps.internal
ES_PORT: 8080
QUALTRICS_APP_URL: idva-qualtrix-((ENVIRONMENT)).apps.internal
QUALTRICS_APP_HOST: idva-qualtrix-((ENVIRONMENT)).apps.internal
QUALTRICS_APP_PORT: 8080
NO_PROXY: .apps.internal

0 comments on commit 56b12fb

Please sign in to comment.