Skip to content

Commit abdf042

Browse files
author
louisdachet
committed
feat: update query parameters type to match Uri type
1 parent f303320 commit abdf042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/functions_client/lib/src/functions_client.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class FunctionsClient {
7171
String functionName, {
7272
Map<String, String>? headers,
7373
Map<String, dynamic>? body,
74-
Map<String, String>? queryParameters,
74+
Map<String, dynamic>? queryParameters,
7575
HttpMethod method = HttpMethod.post,
7676
}) async {
7777
final bodyStr = body == null ? null : await _isolate.encode(body);

0 commit comments

Comments
 (0)