update to ininmoving
This commit is contained in:
@ -35,7 +35,7 @@ function callLoadInitializeData(req, res, resdata){
|
|||||||
|
|
||||||
// The whole response has been received. Print out the result.
|
// The whole response has been received. Print out the result.
|
||||||
resp.on('end', () => {
|
resp.on('end', () => {
|
||||||
if(data !== 'no match'){
|
if(resdata !== 'no match'){
|
||||||
|
|
||||||
//resdata = JSON.parse(data);
|
//resdata = JSON.parse(data);
|
||||||
console.log(resdata.status);
|
console.log(resdata.status);
|
||||||
|
|||||||
Reference in New Issue
Block a user