We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When generating Client JS for an operation without parameters, an unnecessary comma is added before the callback parameter:
self.logoutUser = function(, callback) {
You can see the error directly on the generating UserApi.js: https://github.com/swagger-api/swagger-codegen/blob/master/samples/client/petstore/javascript/src/scripts/rest/api/UserApi.js#L233
I provided a PR: #1690
PS: @jfiala thanks for this useful JS generator ;)
The text was updated successfully, but these errors were encountered:
@thibaultclem thanks for reporting the issue and the PR, which has been merged into master.
Sorry, something went wrong.
No branches or pull requests
When generating Client JS for an operation without parameters, an unnecessary comma is added before the callback parameter:
You can see the error directly on the generating UserApi.js:
https://github.com/swagger-api/swagger-codegen/blob/master/samples/client/petstore/javascript/src/scripts/rest/api/UserApi.js#L233
I provided a PR: #1690
PS: @jfiala thanks for this useful JS generator ;)
The text was updated successfully, but these errors were encountered: