fix json error

This commit is contained in:
Mohamed Nouffer
2022-11-15 21:41:04 +05:30
parent 4cb27b3b25
commit 78b6eb1f32
9 changed files with 15 additions and 15 deletions

View File

@ -134,7 +134,7 @@ app.post('/csv', (req, res, next) => {
throw err;
}
let _userData = JSON.parse(userData);
let _userData = userData;
_userEmail = _userData.mailadress;
//check for record alredy exist
try {