This commit is contained in:
Benjamin Toby 2024-10-22 18:29:50 +01:00
parent b03d90026c
commit c801ddfdd9
2 changed files with 1 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "datasquirel",
"version": "2.2.9",
"version": "2.3.0",
"description": "Cloud-based SQL data management tool",
"main": "index.js",
"bin": {

View File

@ -47,9 +47,6 @@ async function getSchema({ key, database, field, table }) {
.map((k) => `${k}=${queryObject[k]}`)
.join("&");
console.log(queryObject);
console.log(query);
(scheme?.match(/^http$/i) ? http : https)
.request(
{