forked from loafle/openapi-generator-original
fix duplicate call in JS (#1270)
This commit is contained in:
@@ -173,7 +173,7 @@ var petstore_auth = defaultClient.authentications['petstore_auth'];
|
||||
petstore_auth.accessToken = 'YOUR ACCESS TOKEN';
|
||||
|
||||
var apiInstance = new OpenApiPetstore.PetApi();
|
||||
var tags = ["inner_example"]; // [String] | Tags to filter by
|
||||
var tags = ["null"]; // [String] | Tags to filter by
|
||||
var callback = function(error, data, response) {
|
||||
if (error) {
|
||||
console.error(error);
|
||||
|
||||
Reference in New Issue
Block a user