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 and joel committed Jan 17, 2024
1 parent 99c9409 commit 72eeb1e
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 72eeb1e

Please sign in to comment.