Skip to content

Commit

Permalink
Update helpers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sudheshna-donthineni authored Sep 21, 2023
1 parent aa9b153 commit 269e4a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,4 @@ def validate_and_build_query_params(data, valid_query_params):


def db_request_token():
print("token:", settings.token)
return {"Authorization": f"Bearer {settings.token}"}

0 comments on commit 269e4a3

Please sign in to comment.