Javascript: remove call to apiClietn.parameterToString

This commit is contained in:
xhh
2015-12-17 21:37:04 +08:00
parent 1b0294dac0
commit 1777124e62
2 changed files with 3 additions and 3 deletions

View File

@@ -401,7 +401,7 @@ var PetApi = function PetApi() {
if (apiKey != null)
headerParams.put("api_key", apiClient.parameterToString(apiKey));
headerParams.put("api_key", apiKey);