Skip to content

Commit fb010bb

Browse files
fix: wrong default comment for responseType
1 parent 2675964 commit fb010bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supabase_functions/_async/functions_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ async def invoke(
9191
invoke_options : object with the following properties
9292
`headers`: object representing the headers to send with the request
9393
`body`: the body of the request
94-
`responseType`: how the response should be parsed. The default is `json`
94+
`responseType`: how the response should be parsed. The default is `text/plain`
9595
"""
9696
if not is_valid_str_arg(function_name):
9797
raise ValueError("function_name must a valid string value.")

0 commit comments

Comments
 (0)