2
0
Эх сурвалжийг харах

remove import two methods from pagePathUtils

yohei0125 4 жил өмнө
parent
commit
f00dcc7a05

+ 1 - 1
packages/app/src/server/service/page.ts

@@ -39,7 +39,7 @@ const debug = require('debug')('growi:services:page');
 const logger = loggerFactory('growi:services:page');
 const {
   isTrashPage, isTopPage, omitDuplicateAreaPageFromPages,
-  collectAncestorPaths, isMovablePage, canMoveByPath, hasSlash, generateChildrenRegExp,
+  collectAncestorPaths, isMovablePage, canMoveByPath,
 } = pagePathUtils;
 
 const { addTrailingSlash } = pathUtils;