diff --git a/API/auth/routers.py b/API/auth/routers.py index dd66ffb4..212e22a3 100644 --- a/API/auth/routers.py +++ b/API/auth/routers.py @@ -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)