Skip to content

Commit

Permalink
check bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Krrupa committed Jun 19, 2024
1 parent 545ef30 commit 973a025
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/router/student.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ async def create_student(request: Request):

else:
if data["auth_group"] == "EnableStudents":
print("here")
student_id = EnableStudents(query_params).get_student_id()
query_params["student_id"] = student_id

Expand Down

0 comments on commit 973a025

Please sign in to comment.