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
-3
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(
{