Skip to content

Commit

Permalink
Update gotrue/_async/gotrue_base_api.py
Browse files Browse the repository at this point in the history
  • Loading branch information
J0 authored Oct 29, 2023
1 parent 1d5c286 commit 9fbe011
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gotrue/_async/gotrue_base_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ async def _request(
)
response.raise_for_status()
result = response if no_resolve_json else response.json()
print(response)
if xform:
return xform(result)
except Exception as e:
Expand Down

0 comments on commit 9fbe011

Please sign in to comment.