swagger-client 3.18.1 → 3.18.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2438,7 +2438,7 @@ function normalizeSwagger(parsedSpec) {
2438
2438
 
2439
2439
  var operation = path[method];
2440
2440
 
2441
- if (path == null || !_babel_runtime_corejs3_core_js_stable_instance_includes__WEBPACK_IMPORTED_MODULE_4___default()(_context6 = ['object', 'function']).call(_context6, (0,_babel_runtime_corejs3_helpers_typeof__WEBPACK_IMPORTED_MODULE_1__["default"])(path))) {
2441
+ if (operation == null || !_babel_runtime_corejs3_core_js_stable_instance_includes__WEBPACK_IMPORTED_MODULE_4___default()(_context6 = ['object', 'function']).call(_context6, (0,_babel_runtime_corejs3_helpers_typeof__WEBPACK_IMPORTED_MODULE_1__["default"])(operation))) {
2442
2442
  return "continue"; // eslint-disable-line no-continue
2443
2443
  }
2444
2444