Taichi Masuyama 4 년 전
부모
커밋
981af1728e
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      packages/app/src/server/models/page.ts

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

@@ -456,7 +456,6 @@ schema.statics.recountDescendantCountOfSelfAndDescendants = async function(id: O
       },
       {
         $project: {
-          path: 1,
           parent: 1,
           isEmpty: 1,
           descendantCount: 1,