Skip to content

Commit 92d2a9b

Browse files
committed
refactor: Prefer --postfixServices over --postfix if both are set
1 parent 72a8226 commit 92d2a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ if (OpenAPI) {
4343
exportModels: JSON.parse(params.exportModels) === true,
4444
exportSchemas: JSON.parse(params.exportSchemas) === true,
4545
indent: params.indent,
46-
postfixServices: params.postfix ?? params.postfixServices,
46+
postfixServices: params.postfixServices ?? params.postfix,
4747
postfixModels: params.postfixModels,
4848
request: params.request,
4949
})

0 commit comments

Comments
 (0)