itizawa há 5 anos atrás
pai
commit
4c4abc13cd
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      src/server/service/file-uploader/aws.js

+ 0 - 1
src/server/service/file-uploader/aws.js

@@ -98,7 +98,6 @@ module.exports = function(crowi) {
     return res.redirect(signedUrl);
     return res.redirect(signedUrl);
   };
   };
 
 
-
   lib.deleteFile = async function(attachment) {
   lib.deleteFile = async function(attachment) {
     const filePath = getFilePathOnStorage(attachment);
     const filePath = getFilePathOnStorage(attachment);
     return lib.deleteFileByFilePath(filePath);
     return lib.deleteFileByFilePath(filePath);