@ -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]);
The note is not visible to the blocked user.