From 174a54e95595d9eb03ec2b270ca8fb4287d478cf Mon Sep 17 00:00:00 2001 From: Rizky Date: Sun, 7 Jul 2024 08:02:09 +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 50afc86..5c421ab 100644 --- a/pkgs/utils/query.ts +++ b/pkgs/utils/query.ts @@ -36,7 +36,8 @@ export const execQuery = async (args: DBArg, prisma: any) => { const tables = schema .findAllByType("model", {}) .map((e) => e?.name) as string[]; - console.log("iud", schema_table); + + console.log("iud", arg); if (schema_table) { let pks: Property[] = [];