updates
This commit is contained in:
parent
a4dc09f725
commit
ae610587c2
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "datasquirel",
|
"name": "datasquirel",
|
||||||
"version": "1.1.18",
|
"version": "1.1.19",
|
||||||
"description": "Cloud-based SQL data management tool",
|
"description": "Cloud-based SQL data management tool",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -115,6 +115,11 @@ module.exports = async function ({ key, query, database }) {
|
|||||||
);
|
);
|
||||||
|
|
||||||
httpsRequest.write(reqPayload);
|
httpsRequest.write(reqPayload);
|
||||||
|
|
||||||
|
httpsRequest.on("error", (error) => {
|
||||||
|
console.log("HTTPS request ERROR =>", error);
|
||||||
|
});
|
||||||
|
|
||||||
httpsRequest.end();
|
httpsRequest.end();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user