takeru0001 il y a 5 ans
Parent
commit
a28dfdc574
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/server/models/page.js

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

@@ -1344,6 +1344,7 @@ module.exports = function(crowi) {
       return this.duplicate(page, newPagePath, user);
     });
 
+    // TODO GW-4634 use stream
     return Promise.allSettled(promise);
   };