itizawa hace 5 años
padre
commit
cadee7c549
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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);