forked from loafle/openapi-generator-original
[typescript-fetch] fix collection formats reference (#3324)
This commit is contained in:
committed by
Esteban Gehring
parent
41d5750ddb
commit
d117506b8a
@@ -161,7 +161,7 @@ export class {{classname}} extends runtime.BaseAPI {
|
||||
})
|
||||
{{/isCollectionFormatMulti}}
|
||||
{{^isCollectionFormatMulti}}
|
||||
formData.append('{{baseName}}', requestParameters.{{paramName}}.join(COLLECTION_FORMATS["{{collectionFormat}}"]));
|
||||
formData.append('{{baseName}}', requestParameters.{{paramName}}.join(runtime.COLLECTION_FORMATS["{{collectionFormat}}"]));
|
||||
{{/isCollectionFormatMulti}}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user