update for id bug 45

This commit is contained in:
Mohamed Nouffer
2022-11-16 15:27:53 +05:30
parent 3ad2b32667
commit 5a46f16b7d

View File

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