This commit is contained in:
Tben 2023-05-22 10:07:47 +01:00
parent bdee294e9e
commit 951984169d
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "datasquirel",
"version": "1.1.14",
"version": "1.1.15",
"description": "Cloud-based SQL data management tool",
"main": "index.js",
"scripts": {

View File

@ -49,6 +49,8 @@ module.exports = async function ({ key, query, database }) {
database,
});
console.log(reqPayload);
const httpsRequest = https.request(
{
method: "POST",