Skip to content

Commit ac17ca7

Browse files
juancarlospacosilentworks
authored andcommitted
Change implementation
1 parent 58b9a52 commit ac17ca7

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
@@ -191,7 +191,7 @@ def storage(self):
191191
def functions(self):
192192
if self._functions is None:
193193
self._functions = SyncFunctionsClient(
194-
self.functions_url, self.options.headers
194+
self.functions_url, self.options.headers, self.options.function_client_timeout
195195
)
196196
return self._functions
197197

0 commit comments

Comments
 (0)