فهرست منبع

delete comment

zamis 5 سال پیش
والد
کامیت
13c5ae2b58
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  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;
   }