yohei0125 3 лет назад
Родитель
Сommit
d8d7db875e
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      packages/app/src/server/service/page.ts

+ 0 - 1
packages/app/src/server/service/page.ts

@@ -3098,7 +3098,6 @@ class PageService {
     builder.addConditionToSortPagesByDescPath();
     builder.addConditionToSortPagesByDescPath();
 
 
     const aggregatedPages = await builder.query.lean().cursor({ batchSize: BATCH_SIZE });
     const aggregatedPages = await builder.query.lean().cursor({ batchSize: BATCH_SIZE });
-
     await this.recountAndUpdateDescendantCountOfPages(aggregatedPages);
     await this.recountAndUpdateDescendantCountOfPages(aggregatedPages);
   }
   }