Shun Miyazawa пре 3 година
родитељ
комит
565da9aeb1
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      packages/app/src/server/models/attachment.js

+ 1 - 0
packages/app/src/server/models/attachment.js

@@ -79,6 +79,7 @@ module.exports = function(crowi) {
     return attachment;
     return attachment;
   };
   };
 
 
+
   attachmentSchema.methods.getValidTemporaryUrl = function() {
   attachmentSchema.methods.getValidTemporaryUrl = function() {
     if (this.temporaryUrlExpiredAt == null) {
     if (this.temporaryUrlExpiredAt == null) {
       return null;
       return null;