update for id bug 50
This commit is contained in:
@ -170,7 +170,7 @@ app.post('/csv', (req, res, next) => {
|
|||||||
readable.on("close", () => {
|
readable.on("close", () => {
|
||||||
if(_res === ""){
|
if(_res === ""){
|
||||||
|
|
||||||
fs.appendFile(path, csv.("mailadress,name,jsessionid,_idp_session,_opensaml_key,_opensaml_value\r\n", ""), function (err) {
|
fs.appendFile(path, csv.replace("mailadress,name,jsessionid,_idp_session,_opensaml_key,_opensaml_value\r\n", ""), function (err) {
|
||||||
if (err) throw err;
|
if (err) throw err;
|
||||||
console.log('The "data to append" was appended to file!');
|
console.log('The "data to append" was appended to file!');
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user