Skip to content

Commit

Permalink
add await
Browse files Browse the repository at this point in the history
  • Loading branch information
silentworks committed Jun 23, 2024
1 parent 4734d0d commit 5520ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supabase_auth/_async/gotrue_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ async def sign_in_anonymously(
xform=parse_auth_response,
)
if response.session:
self._save_session(response.session)
await self._save_session(response.session)
self._notify_all_subscribers("SIGNED_IN", response.session)
return response

Expand Down

0 comments on commit 5520ad8

Please sign in to comment.