Browse Source

remove unnecessary diff

Shun Miyazawa 3 năm trước cách đây
mục cha
commit
565da9aeb1
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;
   };
 
+
   attachmentSchema.methods.getValidTemporaryUrl = function() {
     if (this.temporaryUrlExpiredAt == null) {
       return null;