Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhpoddar committed Oct 7, 2024
1 parent c7b77b6 commit 75ec737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supertokens_python/recipe/dashboard/api/users_get.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ async def handle_users_get_api(

async def get_user_metadata_and_update_user(user_idx: int) -> None:
user = users_response.users[user_idx]
user_metadata = await get_user_metadata(user.id, user_context)
user_metadata = await get_user_metadata(user.id)
first_name = user_metadata.metadata.get("first_name")
last_name = user_metadata.metadata.get("last_name")

Expand Down

0 comments on commit 75ec737

Please sign in to comment.