forked from loafle/openapi-generator-original
Fix typescript generator for parameter collectionFormat for pipes ssv (#6553)
Co-authored-by: David Biesack <David.Biesack@apiture.com> Co-authored-by: William Cheng <wing328hk@gmail.com> Co-authored-by: Vikrant Balyan <vvb@users.noreply.github.com> Co-authored-by: Michele Albano <michele.albano@gmail.com> Co-authored-by: Esteban Gehring <esteban.gehring@bithost.ch>
This commit is contained in:
@@ -1791,7 +1791,7 @@ public class FakeApi {
|
||||
}
|
||||
|
||||
if (http != null) {
|
||||
localVarCollectionQueryParams.addAll(localVarApiClient.parameterToPairs("space", "http", http));
|
||||
localVarCollectionQueryParams.addAll(localVarApiClient.parameterToPairs("ssv", "http", http));
|
||||
}
|
||||
|
||||
if (url != null) {
|
||||
|
||||
Reference in New Issue
Block a user