itizawa hace 5 años
padre
commit
4c4abc13cd
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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);
   };
 
-
   lib.deleteFile = async function(attachment) {
     const filePath = getFilePathOnStorage(attachment);
     return lib.deleteFileByFilePath(filePath);