Skip to content

Commit 4b172df

Browse files
Change implementation
1 parent 2b824f6 commit 4b172df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supabase/_sync/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def storage(self):
177177
def functions(self):
178178
if self._functions is None:
179179
self._functions = SyncFunctionsClient(
180-
self.functions_url, self.options.headers
180+
self.functions_url, self.options.headers, self.options.function_client_timeout
181181
)
182182
return self._functions
183183

0 commit comments

Comments
 (0)