Skip to content

Commit c93936e

Browse files
committed
Fix ESLint warning
1 parent 9023d88 commit c93936e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)