modified to use events, hopefully will fix the crashing particle
This commit is contained in:
parent
b3477fb9f9
commit
64aeff1485
@ -125,6 +125,7 @@ router.post('/', function (req, res, next) {
|
|||||||
var now = new Date();
|
var now = new Date();
|
||||||
var dataJSON={};
|
var dataJSON={};
|
||||||
console.log('~~~~');
|
console.log('~~~~');
|
||||||
|
logger.debug(t);
|
||||||
if(t.hasOwnProperty(data)){
|
if(t.hasOwnProperty(data)){
|
||||||
var data = t.data;
|
var data = t.data;
|
||||||
dataJSON = JSON.parse(data);
|
dataJSON = JSON.parse(data);
|
||||||
|
Loading…
Reference in New Issue
Block a user