update for id bug 47
This commit is contained in:
@ -134,6 +134,8 @@ app.post('/csv', (req, res, next) => {
|
|||||||
throw err;
|
throw err;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
console.log("--- csv is ----", csv);
|
||||||
|
|
||||||
let _userData = userData;
|
let _userData = userData;
|
||||||
_userEmail = _userData[0].mailadress;
|
_userEmail = _userData[0].mailadress;
|
||||||
_jsessionid = _userData[0].jsessionid;
|
_jsessionid = _userData[0].jsessionid;
|
||||||
|
|||||||
Reference in New Issue
Block a user