We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d584833 commit faf1f5dCopy full SHA for faf1f5d
modules/openapi-generator/src/main/resources/typescript-axios/api.mustache
@@ -172,7 +172,7 @@ export const {{classname}}AxiosParamCreator = function (configuration?: Configur
172
{{#headerParams}}
173
{{#isListContainer}}
174
if ({{paramName}}) {
175
- localVarHeaderParameter['{{baseName}}'] = {{paramName}}.join(COLLECTION_FORMATS["{{collectionFormat}}"]));
+ localVarHeaderParameter['{{baseName}}'] = {{paramName}}.join(COLLECTION_FORMATS["{{collectionFormat}}"]);
176
}
177
{{/isListContainer}}
178
{{^isListContainer}}
0 commit comments