Explorar o código

Update gridfs.js

Sizma yosimaz %!s(int64=5) %!d(string=hai) anos
pai
achega
0ab0655e63
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/server/service/file-uploader/gridfs.js

+ 1 - 1
src/server/service/file-uploader/gridfs.js

@@ -28,7 +28,7 @@ module.exports = function(crowi) {
 
 
   lib.deleteFile = async function(attachment) {
   lib.deleteFile = async function(attachment) {
     let filenameValue = attachment.fileName;
     let filenameValue = attachment.fileName;
-    
+
     if (attachment.filePath != null) { // backward compatibility for v3.3.x or below
     if (attachment.filePath != null) { // backward compatibility for v3.3.x or below
       filenameValue = attachment.filePath;
       filenameValue = attachment.filePath;
     }
     }