Kaynağa Gözat

Update gridfs.js

Sizma yosimaz 5 yıl önce
ebeveyn
işleme
7890f10c05
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      src/server/service/file-uploader/gridfs.js

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

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