Browse Source

add comment

Shun Miyazawa 4 năm trước cách đây
mục cha
commit
46d0e230b5
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/server/service/page.js

+ 1 - 0
src/server/service/page.js

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