Shun Miyazawa 4 lat temu
rodzic
commit
c8c951fc3f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/app/src/server/service/page.js

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

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