Browse Source

remove unnecessary diff

Shun Miyazawa 3 years ago
parent
commit
565da9aeb1
1 changed files with 1 additions and 0 deletions
  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;