Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Krrupa committed Oct 13, 2023
2 parents e86c285 + bf1886f commit 1882035
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/router/session_occurrence.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +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 1882035

Please sign in to comment.