itizawa 5 年之前
父節點
當前提交
d31157eb2e
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/server/models/page.js

+ 0 - 1
src/server/models/page.js

@@ -1057,7 +1057,6 @@ module.exports = function(crowi) {
   };
 
   pageSchema.statics.applyScopesToDescendantsAsyncronously = async function(parentPage, user) {
-    //
     const builder = new PageQueryBuilder(this.find());
     builder.addConditionToListWithDescendants(parentPage.path);