2
0
yohei0125 4 жил өмнө
parent
commit
976b6149d0

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

@@ -554,7 +554,6 @@ class PageService {
 
     // update descendants first
     await this.renameDescendantsWithStream(page, newPagePath, user, options, false);
-    await PageOperation.findByIdAndUpdate(pageOpId, { isFailure: true });
 
     // reduce ancestore's descendantCount
     const nToReduce = -1 * ((page.isEmpty ? 0 : 1) + page.descendantCount);