Skip to content

Commit

Permalink
Minro refactoring for consistancy sake
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 "
  • Loading branch information
Phodaie committed May 8, 2024
1 parent 9f41bed commit 84cc6db
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 84cc6db

Please sign in to comment.