yohei0125 %!s(int64=4) %!d(string=hai) anos
pai
achega
634970eb78
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/app/src/server/service/page.ts

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

@@ -316,7 +316,7 @@ class PageService {
 
     const isExist = await Page.count({ path: newPagePath }) > 0;
     if (isExist) {
-      // if page found, cannot cannot rename to that path
+      // if page found, cannot rename to that path
       throw new Error('the path already exists');
     }