forked from loafle/openapi-generator-original
Javascript: remove call to apiClietn.parameterToString
This commit is contained in:
@@ -401,7 +401,7 @@ var PetApi = function PetApi() {
|
||||
|
||||
|
||||
if (apiKey != null)
|
||||
headerParams.put("api_key", apiClient.parameterToString(apiKey));
|
||||
headerParams.put("api_key", apiKey);
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user