fix duplicate call in JS (#1270)

This commit is contained in:
William Cheng
2018-10-26 18:28:37 +08:00
committed by GitHub
parent 1b115bb4f7
commit 3b53ac435f
107 changed files with 165 additions and 441 deletions

View File

@@ -464,7 +464,7 @@ test inline additionalProperties
import OpenApiPetstore from 'open_api_petstore';
let apiInstance = new OpenApiPetstore.FakeApi();
let requestBody = {key: "inner_example"}; // {String: String} | request body
let requestBody = {key: "null"}; // {String: String} | request body
apiInstance.testInlineAdditionalProperties(requestBody, (error, data, response) => {
if (error) {
console.error(error);