From 729dc5189cc8f40fa98b16fb8f14fe62fa2e4eef Mon Sep 17 00:00:00 2001
From: 沈斌 <bluelazysb@hotmail.com>
Date: Mon, 07 Aug 2017 17:22:59 +0800
Subject: [PATCH] 家庭排名

---
 queue.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/queue.js b/queue.js
index 040f745..3642351 100644
--- a/queue.js
+++ b/queue.js
@@ -10,7 +10,7 @@
     this.pushToMQ('ex_data_dev1', {
         data: data,
         time: moment().format('YYYY-MM-DD HH:mm:ss')
-    })
+    });
 };
 
 module.exports.pushToMQ = function(ex, data) {

--
Gitblit v1.8.0