소스 검색

remove unnecessary diff

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;
   };
 
+
   attachmentSchema.methods.getValidTemporaryUrl = function() {
     if (this.temporaryUrlExpiredAt == null) {
       return null;