Skip to content

Commit

Permalink
Merge pull request #369 from supabase-community/j0/pass_through_timeo…
Browse files Browse the repository at this point in the history
…ut_to_postgrest

fix: pass through timeout
  • Loading branch information
J0 committed Feb 11, 2023
2 parents 6700ab5 + 8921e32 commit abd1abb
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 abd1abb

Please sign in to comment.