Skip to content

Commit 3ee87e3

Browse files
committed
update list format type
1 parent 2e3cc8f commit 3ee87e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/dart/lib/client.dart.twig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ class Client {
7575
Options options = Options(
7676
headers: {...this.headers!, ...headers},
7777
method: method.name(),
78-
responseType: responseType
78+
responseType: responseType,
79+
listFormat: ListFormat.multiCompatible,
7980
);
8081
try {
8182

0 commit comments

Comments
 (0)