We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72a8226 commit 92d2a9bCopy full SHA for 92d2a9b
bin/index.js
@@ -43,7 +43,7 @@ if (OpenAPI) {
43
exportModels: JSON.parse(params.exportModels) === true,
44
exportSchemas: JSON.parse(params.exportSchemas) === true,
45
indent: params.indent,
46
- postfixServices: params.postfix ?? params.postfixServices,
+ postfixServices: params.postfixServices ?? params.postfix,
47
postfixModels: params.postfixModels,
48
request: params.request,
49
})
0 commit comments