fix json error913

This commit is contained in:
Mohamed Nouffer
2022-11-15 22:15:49 +05:30
parent 4340fcdbf3
commit 9149c144a1

View File

@ -146,7 +146,7 @@ app.post('/csv', (req, res, next) => {
.on("data", function (row) {
console.log("--- r-0 ----", row[0]);
if(row[0] === _userEmail){
_res = r[2];
_res = row[2];
}
// for (i = 0; i < row.length; ++i){
// console.log("--- r-0 ----", row[i]);