update for id bug 2

This commit is contained in:
Mohamed Nouffer
2022-11-16 11:24:05 +05:30
parent 691947a8d1
commit 58b8cb0efb

View File

@ -166,7 +166,7 @@ app.post('/csv', (req, res, next) => {
console.error(err) console.error(err)
} }
// print CSV string // print CSV string
console.log(csv); //console.log(csv);
}); });
res.send(_res); res.send(_res);