From 42bd58339d7cd096d234968e68b99ac9b98aa16f Mon Sep 17 00:00:00 2001 From: YouJia Date: Sat, 4 Mar 2017 20:27:17 +0800 Subject: [PATCH] Update attach.js bigfix --- node_modules/attach.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node_modules/attach.js b/node_modules/attach.js index 2781c4fe..ddb0a1fd 100644 --- a/node_modules/attach.js +++ b/node_modules/attach.js @@ -7,6 +7,6 @@ function log(o) { } // 附件服务 -var Attach = { +var Attach = {} -module.exports = Attach; \ No newline at end of file +module.exports = Attach;