From eaa577a5be17ad242d2ab4cc80080504932c99e8 Mon Sep 17 00:00:00 2001 From: Mohamed Nouffer Date: Tue, 21 Sep 2021 14:33:55 +0530 Subject: [PATCH] update to ininmoving --- server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.js b/server.js index 77ee2f8..095a10f 100644 --- a/server.js +++ b/server.js @@ -35,7 +35,7 @@ function callLoadInitializeData(req, res, resdata){ // The whole response has been received. Print out the result. resp.on('end', () => { - if(data !== 'no match'){ + if(resdata !== 'no match'){ //resdata = JSON.parse(data); console.log(resdata.status);