You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
seofernando25
changed the title
canConsumeForm function can be simplified
typescript-angular's canConsumeForm function can be simplified
Aug 7, 2024
seofernando25
changed the title
typescript-angular's canConsumeForm function can be simplified
[Typescript-Angular] canConsumeForm function can be simplified
Aug 7, 2024
Description
typescript-angular
'scanConsumeForm
can be simplifiedSwagger-codegen version
3.X
Suggest a fix/enhancement
swagger-codegen/modules/swagger-codegen/src/main/resources/typescript-angular/api.service.mustache
Lines 77 to 85 in 2c5329a
canConsumeForm
is equivalent to justreturn consumes.includes('multipart/form-data');
The text was updated successfully, but these errors were encountered: