This commit is contained in:
Benjamin Toby
2023-09-24 17:28:31 +01:00
parent 23bb0668b7
commit 0fa2a7fa20
10 changed files with 1 additions and 19 deletions
-2
View File
@@ -77,8 +77,6 @@ async function get({ key, db, query, queryValues, tableName }) {
dbSchema = JSON.parse(fs.readFileSync(localDbSchemaPath, "utf8"));
} catch (error) {}
console.log("Reading from local database ...");
return await localGet({
dbSchema: dbSchema,
options: {
-2
View File
@@ -89,8 +89,6 @@ async function post({ key, query, queryValues, database, tableName }) {
dbSchema = JSON.parse(fs.readFileSync(localDbSchemaPath, "utf8"));
} catch (error) {}
console.log("Reading from local database ...");
return await localPost({
dbSchema: dbSchema,
options: {