소스 검색

remove empty line

yohei0125 4 년 전
부모
커밋
80d3f62134
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      packages/app/src/server/service/page.ts

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

@@ -1903,7 +1903,6 @@ class PageService {
   }
 
   private async normalizeParentAndDescendantCountOfDescendants(path: string): Promise<void> {
-
     const escapedPath = escapeStringRegexp(path);
     const regexps = [new RegExp(`^${escapedPath}`, 'i')];
     await this.normalizeParentRecursively(null, regexps);
@@ -1997,7 +1996,6 @@ class PageService {
 
         // bulkWrite to update parent
         const updateManyOperations = parents.map((parent) => {
-
           const parentId = parent._id;
 
           // modify to adjust for RegExp