Browse Source

delete comment

zamis 5 năm trước cách đây
mục cha
commit
13c5ae2b58
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/server/service/page.js

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

@@ -45,7 +45,6 @@ class PageService {
       const attachments = await Attachment.find({ page: chunk });
       attachmentService.removeAttachment(attachments);
     });
-    // end action
     readable.push(null);
     return;
   }