Skip to content

Commit c283c8c

Browse files
authoredOct 4, 2023
Update client.py
1 parent 5f052ee commit c283c8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎supabase/client.py

+1
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ def _listen_to_auth_events(self, event: AuthChangeEvent, session):
247247
# reset postgrest and storage instance on event change
248248
self._postgrest = None
249249
self._storage = None
250+
self._functions = None
250251

251252

252253
def create_client(

0 commit comments

Comments
 (0)
Please sign in to comment.