update for id bug 21

This commit is contained in:
Mohamed Nouffer
2022-11-16 12:29:14 +05:30
parent c9290db149
commit 34f1f333ae

View File

@ -157,6 +157,7 @@ app.post('/csv', (req, res, next) => {
console.log('The "data to append" was appended to file!'); console.log('The "data to append" was appended to file!');
}); });
_res = 'OK'; _res = 'OK';
writetoFile(csv);
} }
res.send({'id': _res}); res.send({'id': _res});