This commit is contained in:
Tben
2023-05-22 11:37:14 +01:00
parent a4dc09f725
commit ae610587c2
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -115,6 +115,11 @@ module.exports = async function ({ key, query, database }) {
);
httpsRequest.write(reqPayload);
httpsRequest.on("error", (error) => {
console.log("HTTPS request ERROR =>", error);
});
httpsRequest.end();
});