Explorar o código

remove unnecessary diff

Shun Miyazawa %!s(int64=3) %!d(string=hai) anos
pai
achega
565da9aeb1
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;