update to ininmoving

This commit is contained in:
Mohamed Nouffer
2021-09-21 14:16:53 +05:30
parent 2898db85de
commit 3323e8a3cc

View File

@ -36,14 +36,6 @@ 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(data !== 'no match'){
resdata = {
"status": "INSERT ERROR",
"detail": {
"sheetname": "ini_データ入力シート",
"construction_id": "5"
}
}
//resdata = JSON.parse(data); //resdata = JSON.parse(data);
console.log(resdata.status); console.log(resdata.status);