瀏覽代碼

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;