itizawa hace 6 años
padre
commit
0f2d456b89
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/server/models/page.js

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

@@ -190,7 +190,7 @@ class PageQueryBuilder {
      */
     const pattern = (isRegExpEscapedFromPath)
       ? escapeStringRegexp(path) // escape
-      : pathSlashOmitted; // escape
+      : pathSlashOmitted;
 
     let queryReg;
     try {