Skip to content
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.

Commit

Permalink
Fix openAPI generator
Browse files Browse the repository at this point in the history
  • Loading branch information
fabien0102 committed Jul 30, 2019
1 parent 818fe0d commit 9be89e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/import-open-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ export const generateRestfulComponent = (
}`
: `${needAResponseComponent ? componentName + "Response" : responseTypes}, ${
queryParamsType ? componentName + "QueryParams" : "void"
}`;
}, ${requestBodyTypes}`;

let output = `${
needAResponseComponent
Expand Down

0 comments on commit 9be89e5

Please sign in to comment.