mirror of
https://github.com/ferdikoomen/openapi-typescript-codegen.git
synced 2025-12-08 20:16:21 +00:00
refactor: Prefer --postfixServices over --postfix if both are set
This commit is contained in:
parent
72a82264f1
commit
92d2a9b416
@ -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,
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user