Skip to content

Commit

Permalink
Update session_occurrence.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sudheshna-donthineni authored Oct 13, 2023
1 parent 1882035 commit c78ee76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/router/session_occurrence.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ async def get_session_occurrence_data(request: Request):
status_code=400, detail="Query Parameter {} is not allowed!".format(key)
)
query_params[key] = request.query_params[key]

print(db_request_token())
response = requests.get(
session_occurrence_db_url, params=query_params, headers=db_request_token()
)
Expand All @@ -109,7 +109,7 @@ async def get_session_occurrence_data(request: Request):
]

if len(matched_session_occurrences) > 0:
print(db_request_token())

response = requests.get(
session_db_url, params=query_params, headers=db_request_token()
)
Expand Down

0 comments on commit c78ee76

Please sign in to comment.