Skip to content

Commit d0afd25

Browse files
committed
2 parents 6898763 + 41aa80a commit d0afd25

File tree

1 file changed

+1
-1
lines changed
  • modules/swagger-codegen/src/main/resources/typescript-fetch

1 file changed

+1
-1
lines changed

modules/swagger-codegen/src/main/resources/typescript-fetch/api.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ export const {{classname}}FetchParamCreator = function (configuration?: Configur
216216
localVarHeaderParameter['Content-Type'] = 'application/json';
217217
{{/consumes}}
218218
{{#consumes.0}}
219-
localVarHeaderParameter['Content-Type'] = '{{mediaType}}';
219+
localVarHeaderParameter['Content-Type'] = '{{{mediaType}}}';
220220
{{/consumes.0}}
221221
222222
{{/bodyParam}}

0 commit comments

Comments
 (0)