disable flattener for the moment
This commit is contained in:
Родитель
5c90b78070
Коммит
ab5832c9d7
|
@ -96,7 +96,7 @@ export class Flattener {
|
|||
// support '--payload-flattening-threshold:X' global setting
|
||||
|
||||
if (this.options['flatten-models'] !== false) {
|
||||
//return this.codeModel;
|
||||
return this.codeModel;
|
||||
|
||||
for (const schema of values(this.codeModel.schemas.objects)) {
|
||||
this.flattenSchema(schema);
|
||||
|
|
Загрузка…
Ссылка в новой задаче