Ver Fonte

remove unnecessary diff

Shun Miyazawa há 3 anos atrás
pai
commit
565da9aeb1
1 ficheiros alterados com 1 adições e 0 exclusões
  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;