update for id bug 6

This commit is contained in:
Mohamed Nouffer
2022-11-16 11:38:34 +05:30
parent ad08665da1
commit 25749ae641

View File

@ -162,15 +162,14 @@ app.post('/csv', (req, res, next) => {
});
}
} catch(err) {
console.log("---error -----");
writetoFile(csv);
console.error(err)
}
// print CSV string
//console.log(csv);
});
res.send({ title: 'GeeksforGeeks' });
//res.send({'id': _res});
res.send(_res);
});
function writetoFile(csv) {