Updates
This commit is contained in:
parent
b03d90026c
commit
c801ddfdd9
@ -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": {
|
||||
|
@ -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(
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user