Remove autohouse testing.

This commit is contained in:
Patrick Fic
2022-01-24 10:53:41 -08:00
parent c962d848c1
commit d6a84b8b7f

View File

@@ -118,12 +118,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) =>