Skip to content

Commit

Permalink
fix: pass through timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
joel@joellee.org committed Feb 11, 2023
1 parent 6700ab5 commit 8921e32
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 @@ -89,6 +89,7 @@ def __init__(
supabase_key=self.supabase_key,
headers=options.headers,
schema=options.schema,
timeout=options.timeout,
)

def functions(self) -> FunctionsClient:
Expand Down

0 comments on commit 8921e32

Please sign in to comment.