Skip to content

Commit

Permalink
FIX: Return string from cloud function
Browse files Browse the repository at this point in the history
  • Loading branch information
cortadocodes committed Jun 14, 2023
1 parent c606220 commit cfb42bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_gateway_sessions/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ def extract_and_add_new_measurement_sessions(request):
:return None:
"""
BigQuery().extract_and_add_new_measurement_sessions()
return 200
return "ok"

0 comments on commit cfb42bb

Please sign in to comment.