Skip to content

Commit

Permalink
Minro refactoring for consistancy sake (#102)
Browse files Browse the repository at this point in the history
".

2. The description should provide more details about the changes made in the pull request. It should also be concise and start with "

" and end with "

Co-authored-by: Tianjing Li <tianjinglimail@gmail.com>
  • Loading branch information
Phodaie and tianjing-li committed May 10, 2024
1 parent b4c2f2b commit 3293bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/routers/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,4 @@ def delete_user(user_id: str, session: DBSessionDep) -> DeleteUser:

user_crud.delete_user(session, user_id)

return {}
return DeleteUser()

0 comments on commit 3293bd4

Please sign in to comment.