Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit 4fb6a9b

Browse files
chore: wrong default comment for responseType (#200)
1 parent 3a9a393 commit 4fb6a9b

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
@@ -114,7 +114,7 @@ async def invoke(
114114
invoke_options : object with the following properties
115115
`headers`: object representing the headers to send with the request
116116
`body`: the body of the request
117-
`responseType`: how the response should be parsed. The default is `json`
117+
`responseType`: how the response should be parsed. The default is `text/plain`
118118
"""
119119
if not is_valid_str_arg(function_name):
120120
raise ValueError("function_name must a valid string value.")

0 commit comments

Comments
 (0)