Skip to content

Commit

Permalink
minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Krrupa committed Sep 21, 2023
1 parent a59d7cd commit 7f519fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/router/student.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ async def create_student(request: Request):
+ ["id_generation"],
)

if data["id_generation"] == "false":
if data["id_generation"] == "False":
if (
"student_id" not in query_params
or query_params["student_id"] == ""
Expand Down
1 change: 1 addition & 0 deletions app/router/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ async def create_user(request: Request):
body={
"form_data": data["form_data"],
"id_generation": data["id_generation"],
"group": data["group"],
}
)
)
Expand Down

0 comments on commit 7f519fe

Please sign in to comment.