|
@ -521,7 +521,7 @@ function onCollection(err, collection) { |
|
|
var now = new Date(); |
|
|
var now = new Date(); |
|
|
cursor.on('data', function (data) { |
|
|
cursor.on('data', function (data) { |
|
|
var issendob = new Object(); |
|
|
var issendob = new Object(); |
|
|
issendob.id = data.id |
|
|
issendob.id = data._id |
|
|
issendob.message = data.message |
|
|
issendob.message = data.message |
|
|
issendob.tailed_path = data.tailed_path |
|
|
issendob.tailed_path = data.tailed_path |
|
|
|
|
|
|
|
|