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

View File

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

View File

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