updates
This commit is contained in:
parent
951984169d
commit
f957930c89
@ -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": {
|
||||
|
@ -49,8 +49,6 @@ module.exports = async function ({ key, query, database }) {
|
||||
database,
|
||||
});
|
||||
|
||||
console.log(reqPayload);
|
||||
|
||||
const httpsRequest = https.request(
|
||||
{
|
||||
method: "POST",
|
||||
|
Loading…
Reference in New Issue
Block a user