From 4a1b05dd56a66cc20d49eabed71bb06d7eac60e8 Mon Sep 17 00:00:00 2001 From: Rizky Date: Sun, 7 Jul 2024 08:04:20 +0700 Subject: [PATCH] fix --- pkgs/utils/query.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/utils/query.ts b/pkgs/utils/query.ts index 5c421ab..be6c8b4 100644 --- a/pkgs/utils/query.ts +++ b/pkgs/utils/query.ts @@ -36,8 +36,9 @@ export const execQuery = async (args: DBArg, prisma: any) => { const tables = schema .findAllByType("model", {}) .map((e) => e?.name) as string[]; - + console.log("iud", arg); + return { hr: "hello" }; if (schema_table) { let pks: Property[] = [];