Updates
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user