Browse Source

fix lint err

itizawa 5 years ago
parent
commit
4d74378f14
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/server/models/page.js

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

@@ -1291,7 +1291,7 @@ module.exports = function(crowi) {
     // sanitize path
     // sanitize path
     newPagePathPrefix = crowi.xss.process(newPagePathPrefix); // eslint-disable-line no-param-reassign
     newPagePathPrefix = crowi.xss.process(newPagePathPrefix); // eslint-disable-line no-param-reassign
 
 
-   // find manageable descendants (this array does not include GRANT_RESTRICTED)
+    // find manageable descendants (this array does not include GRANT_RESTRICTED)
     const result = await this.findManageableListWithDescendants(path, user, options);
     const result = await this.findManageableListWithDescendants(path, user, options);
     const pages = result.pages;
     const pages = result.pages;
     // add targetPage if 'grant' is GRANT_RESTRICTED
     // add targetPage if 'grant' is GRANT_RESTRICTED