mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-21 05:17:08 +00:00
fix HTML-escaped description on nodejs json files
This commit is contained in:
@@ -96,7 +96,7 @@ exports.updatePetWithForm = function(petId, name, status) {
|
||||
|
||||
|
||||
}
|
||||
exports.deletePet = function(apiKey, petId) {
|
||||
exports.deletePet = function(petId, apiKey) {
|
||||
|
||||
var examples = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user