update for id bug 61

This commit is contained in:
Mohamed Nouffer
2022-11-16 16:59:17 +05:30
parent 5985caf69a
commit cb298c3c54

View File

@ -169,7 +169,6 @@ app.post('/csv', (req, res, next) => {
});
readable.on("close", () => {
if(_res === ""){
//console.log("--- csvs ---", less_csv);
fs.appendFile(path, csv, function (err) {
if (err) throw err;
console.log('The "data to append" was appended to file!');