2
0
zamis 5 жил өмнө
parent
commit
2265679372

+ 1 - 1
src/server/service/attachment.js

@@ -43,7 +43,7 @@ class AttachmentService {
     return attachment;
   }
 
-  async removeAllAttachment(attachments) {
+  async removeAllAttachments(attachments) {
     const { fileUploadService } = this.crowi;
     const attachmentsCollection = mongoose.connection.collection('attachments');
     const unorderAttachmentsBulkOp = attachmentsCollection.initializeUnorderedBulkOp();