fix json error2

This commit is contained in:
Mohamed Nouffer
2022-11-15 21:43:18 +05:30
parent 78b6eb1f32
commit 6593489cc4

View File

@ -156,7 +156,6 @@ 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';
res.send(_res);
} }
}); });