Skip to content

Commit

Permalink
Merge pull request #1 from mpclarkson/mpclarkson-patch-1
Browse files Browse the repository at this point in the history
Fixed read_user_by_id docstring
  • Loading branch information
mpclarkson authored Mar 24, 2019
2 parents 5cb50a9 + d192d34 commit b27de67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def read_user_by_id(
db: Session = Depends(get_db),
):
"""
Get a specific user by username (email)
Get a specific user by id
"""
user = crud.user.get(db, user_id=user_id)
if user == current_user:
Expand Down

0 comments on commit b27de67

Please sign in to comment.