@keq-request/cli 5.0.0-alpha.24 → 5.0.0-alpha.25

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.cjs CHANGED
@@ -1804,7 +1804,7 @@ var OperationDefinitionMicroFunctionRenderer = class {
1804
1804
  ` const req = request.${$method}<${this.typeName("ResponseBodies")}[STATUS]>("${pathname}")`,
1805
1805
  " .option('module', { name: moduleName, pathname, method })",
1806
1806
  "",
1807
- $mediaType || void 0,
1807
+ $mediaType ? indent(2, $mediaType) : void 0,
1808
1808
  " /* @anchor:query:start */",
1809
1809
  $queryParameters ? indent(2, $queryParameters) : void 0,
1810
1810
  " /* @anchor:query:end */",