We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eff88f9 commit cded397Copy full SHA for cded397
src/SupabaseClient.ts
@@ -164,9 +164,9 @@ export default class SupabaseClient<
164
* Perform a function call.
165
*
166
* @param fn The function name to call.
167
- * @param params The parameters to pass to the function call.
168
- * @param head When set to true, no data will be returned.
169
- * @param count Count algorithm to use to count rows in a table.
+ * @param args The parameters to pass to the function call.
+ * @param options.head When set to true, no data will be returned.
+ * @param options.count Count algorithm to use to count rows in a table.
170
171
*/
172
rpc<
0 commit comments