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:
Jim Schubert
2020-06-05 19:32:32 -04:00
committed by GitHub
parent c102ced044
commit 835dab4b50
36 changed files with 40 additions and 40 deletions

View File

@@ -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) {