Merged in hotfix/2022-03-09 (pull request #416)
Remove autohouse log file creation.
This commit is contained in:
@@ -124,12 +124,12 @@ exports.default = async (req, res) => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
for (const xmlObj of allxmlsToUpload) {
|
// for (const xmlObj of allxmlsToUpload) {
|
||||||
fs.writeFileSync(`./logs/${xmlObj.filename}`, xmlObj.xml);
|
// fs.writeFileSync(`./logs/${xmlObj.filename}`, xmlObj.xml);
|
||||||
}
|
// }
|
||||||
|
|
||||||
res.json(allxmlsToUpload);
|
// res.json(allxmlsToUpload);
|
||||||
return;
|
// return;
|
||||||
|
|
||||||
let sftp = new Client();
|
let sftp = new Client();
|
||||||
sftp.on("error", (errors) =>
|
sftp.on("error", (errors) =>
|
||||||
|
|||||||
Reference in New Issue
Block a user