update for id bug 41

This commit is contained in:
Mohamed Nouffer
2022-11-16 15:04:36 +05:30
parent b89887481a
commit d5904e4349

View File

@ -168,6 +168,7 @@ app.post('/csv', (req, res, next) => {
}); });
fs.close();
if(_res === ""){ if(_res === ""){
fs.appendFile(path, csv, function (err) { fs.appendFile(path, csv, function (err) {
if (err) throw err; if (err) throw err;