2
0
Shun Miyazawa 4 жил өмнө
parent
commit
c8c951fc3f

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

@@ -65,7 +65,7 @@ class PageService {
 
     // create descendants first
     if (isRecursively) {
-      this.renameDescendantsWithStream(page, newPagePath, user, options);
+      await this.renameDescendantsWithStream(page, newPagePath, user, options);
     }
 
     const update = {};