Skip to content

Commit

Permalink
Update teacher.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sudheshna-donthineni authored Dec 1, 2023
1 parent ea5477b commit d913269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/router/teacher.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ async def verify_teacher(request: Request, teacher_id: str):
"""

query_params = helpers.validate_and_build_query_params(
request.query_params, mapping.TEACHER_QUERY_PARAMS + mapping.USER_QUERY_PARAMS
request.query_params, mapping.TEACHER_QUERY_PARAMS + mapping.USER_QUERY_PARAMS + ['teacher_id']
)

response = requests.get(
Expand Down

0 comments on commit d913269

Please sign in to comment.