Explorar o código

different style fix

shinoka7 %!s(int64=6) %!d(string=hai) anos
pai
achega
dc24ba9dbb
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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
     const attachment = await this.findById(id);
     await fileUploader.deleteFile(attachment);
-
     return await attachment.remove();
   };