This commit is contained in:
Benjamin Toby
2025-01-17 10:23:41 +01:00
parent a44526aeed
commit c947567311
3 changed files with 1 additions and 4 deletions
@@ -6,8 +6,6 @@ import grabDSQLConnection from "../../grab-dsql-connection";
export default async function LOCAL_DB_HANDLER(...args: any[]) {
const MASTER = grabDSQLConnection();
console.log("Querying ...");
try {
const results = await MASTER.query(...args);