Taichi Masuyama 4 years ago
parent
commit
c30aaffbee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/app/src/server/models/obsolete-page.js

+ 1 - 1
packages/app/src/server/models/obsolete-page.js

@@ -330,7 +330,7 @@ export class PageQueryBuilder {
   }
 
   addConditionToMinimizeDataForRendering() {
-    this.query = this.query.select('_id path isEmpty grant revision, descendantCount');
+    this.query = this.query.select('_id path isEmpty grant revision descendantCount');
 
     return this;
   }