diff --git a/bin/index.js b/bin/index.js index 5e0b5fbc..ed8b0889 100755 --- a/bin/index.js +++ b/bin/index.js @@ -43,7 +43,7 @@ if (OpenAPI) { exportModels: JSON.parse(params.exportModels) === true, exportSchemas: JSON.parse(params.exportSchemas) === true, indent: params.indent, - postfixServices: params.postfix ?? params.postfixServices, + postfixServices: params.postfixServices ?? params.postfix, postfixModels: params.postfixModels, request: params.request, })