@ahoo-wang/fetcher-generator 2.5.0 → 2.5.1

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.
package/dist/index.js CHANGED
@@ -1219,10 +1219,6 @@ class We {
1219
1219
  * @returns Array of parameter declarations
1220
1220
  */
1221
1221
  resolveParameters(e, t, n) {
1222
- if (!n.parameters)
1223
- return this.context.logger.info(
1224
- `No parameters found for operation ${n.operationId}`
1225
- ), [];
1226
1222
  const r = n.parameters?.filter((a) => !l(a) && a.in === "path" && !this.context.isIgnoreApiClientPathParameters(
1227
1223
  e.name,
1228
1224
  a.name