Jelajahi Sumber

add comment

itizawa 5 tahun lalu
induk
melakukan
cadee7c549
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      src/server/service/file-uploader/gcs.js

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

@@ -59,6 +59,7 @@ module.exports = function(crowi) {
   };
 
   lib.respond = async function(res, attachment) {
+    // TODO refacotr this code after GW-4630
     const gcs = getGcsInstance(this.getIsUploadable());
     const myBucket = gcs.bucket(getGcsBucket());
     const filePath = getFilePathOnStorage(attachment);