From 2bc573d5554fbf72f3d36ab08273c202bbef8e1b Mon Sep 17 00:00:00 2001 From: Mohamed Nouffer Date: Tue, 14 Sep 2021 19:59:08 +0530 Subject: [PATCH] update upload --- server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.js b/server.js index 2e8b2c9..752942f 100644 --- a/server.js +++ b/server.js @@ -68,7 +68,7 @@ function callInitFileMover(req, res) { if(data !== 'no match'){ resdata = JSON.parse(data); console.log(resdata); - callLoadInitializeData(req, res, resdata); + //callLoadInitializeData(req, res, resdata); } });