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", "name": "datasquirel",
"version": "2.2.9", "version": "2.3.0",
"description": "Cloud-based SQL data management tool", "description": "Cloud-based SQL data management tool",
"main": "index.js", "main": "index.js",
"bin": { "bin": {

View File

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