2
0
shinoka7 6 жил өмнө
parent
commit
dc24ba9dbb

+ 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
     const attachment = await this.findById(id);
     await fileUploader.deleteFile(attachment);
-
     return await attachment.remove();
   };