Skip to content

Commit c9c8810

Browse files
authored
Merge pull request #1139 from shockey/v/3.1.2
v3.1.2
2 parents 9023d88 + 8219357 commit c9c8810

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "swagger-client",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "SwaggerJS - a collection of interfaces for OAI specs",
55
"main": "dist/index.js",
66
"repository": "[email protected]:swagger-api/swagger-js.git",

src/execute.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ export function buildRequest({
148148
else if (findParametersWithName(parameter.name, combinedParameters).length > 1) {
149149
// value came from `parameters[parameter.name]`
150150
// check to see if this is an ambiguous parameter
151+
// eslint-disable-next-line no-console
151152
console.warn(`Parameter '${parameter.name}' is ambiguous because the defined spec has more than one parameter with the name: '${parameter.name}' and the passed-in parameter values did not define an 'in' value.`)
152153
}
153154

0 commit comments

Comments
 (0)