Skip to content

Commit

Permalink
Update client.py
Browse files Browse the repository at this point in the history
  • Loading branch information
J0 authored Oct 4, 2023
1 parent 5f052ee commit c283c8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions supabase/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ def _listen_to_auth_events(self, event: AuthChangeEvent, session):
# reset postgrest and storage instance on event change
self._postgrest = None
self._storage = None
self._functions = None

Check warning on line 250 in supabase/client.py

View check run for this annotation

Codecov / codecov/patch

supabase/client.py#L250

Added line #L250 was not covered by tests


def create_client(
Expand Down

0 comments on commit c283c8c

Please sign in to comment.