зеркало из
1
0
Форкнуть 0

disable flattener for the moment

This commit is contained in:
Garrett Serack 2020-01-10 11:59:22 -08:00
Родитель 5c90b78070
Коммит ab5832c9d7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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);