Skip to content

Commit faf1f5d

Browse files
Sebastian Rühlwing328
Sebastian Rühl
authored andcommitted
[BUG-1848] Remove redundant right parenthesis (#1864)
1 parent d584833 commit faf1f5d

File tree

1 file changed

+1
-1
lines changed
  • modules/openapi-generator/src/main/resources/typescript-axios

1 file changed

+1
-1
lines changed

modules/openapi-generator/src/main/resources/typescript-axios/api.mustache

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ export const {{classname}}AxiosParamCreator = function (configuration?: Configur
172172
{{#headerParams}}
173173
{{#isListContainer}}
174174
if ({{paramName}}) {
175-
localVarHeaderParameter['{{baseName}}'] = {{paramName}}.join(COLLECTION_FORMATS["{{collectionFormat}}"]));
175+
localVarHeaderParameter['{{baseName}}'] = {{paramName}}.join(COLLECTION_FORMATS["{{collectionFormat}}"]);
176176
}
177177
{{/isListContainer}}
178178
{{^isListContainer}}

0 commit comments

Comments
 (0)