itizawa 5 lat temu
rodzic
commit
d31157eb2e
1 zmienionych plików z 0 dodań i 1 usunięć
  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) {
   pageSchema.statics.applyScopesToDescendantsAsyncronously = async function(parentPage, user) {
-    //
     const builder = new PageQueryBuilder(this.find());
     const builder = new PageQueryBuilder(this.find());
     builder.addConditionToListWithDescendants(parentPage.path);
     builder.addConditionToListWithDescendants(parentPage.path);