Browse Source

different style fix

shinoka7 7 năm trước cách đây
mục cha
commit
dc24ba9dbb
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/server/models/attachment.js

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

@@ -97,7 +97,6 @@ module.exports = function(crowi) {
     // retrieve data from DB to get a completely populated instance
     // retrieve data from DB to get a completely populated instance
     const attachment = await this.findById(id);
     const attachment = await this.findById(id);
     await fileUploader.deleteFile(attachment);
     await fileUploader.deleteFile(attachment);
-
     return await attachment.remove();
     return await attachment.remove();
   };
   };