Skip to content

Commit

Permalink
Fix typo and code lint on auth router
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Dec 13, 2023
1 parent 9f5cbcd commit 1eeb97a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions API/auth/routers.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ async def update_user(
Raises:
- HTTPException: If the user with the given osm_id is not found.
"""
auth = Users()
return auth.update_user(osm_id, update_data)


Expand Down

0 comments on commit 1eeb97a

Please sign in to comment.