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

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
@@ -1758,7 +1758,7 @@ var OperationDefinitionMicroFunctionRenderer = class {
1758
1758
  ` const req = request.${$method}<${this.typeName("ResponseBodies")}[STATUS]>("${pathname}")`,
1759
1759
  " .option('module', { name: moduleName, pathname, method })",
1760
1760
  "",
1761
- $mediaType || void 0,
1761
+ $mediaType ? indent(2, $mediaType) : void 0,
1762
1762
  " /* @anchor:query:start */",
1763
1763
  $queryParameters ? indent(2, $queryParameters) : void 0,
1764
1764
  " /* @anchor:query:end */",