modified to use events, hopefully will fix the crashing particle
This commit is contained in:
parent
d36e9e14cc
commit
37e364a0e4
@ -131,7 +131,7 @@ router.post('/', function (req, res, next) {
|
||||
if(t.hasOwnProperty('data')){
|
||||
var data = t.data;
|
||||
dataJSON = JSON.parse(data);
|
||||
if(t.hasOwnProperty('temp')) {
|
||||
if(dataJSON.hasOwnProperty('temp')) {
|
||||
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user