This commit is contained in:
Benjamin Toby 2024-12-31 19:43:52 +01:00
parent a642034eea
commit c208975b44
2 changed files with 1 additions and 3 deletions

View File

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

View File

@ -112,8 +112,6 @@ async function get({
path: encodeURI(path), path: encodeURI(path),
}; };
console.log("requestObject", requestObject);
scheme scheme
.request( .request(
requestObject, requestObject,