This commit is contained in:
Rizky 2024-07-07 06:56:19 +07:00
parent e6443b87a1
commit 126c116c54
1 changed files with 0 additions and 1 deletions

View File

@ -178,7 +178,6 @@ export const execQuery = async (args: DBArg, prisma: any) => {
result[k]._marker = v; result[k]._marker = v;
} }
} }
console.log(result);
return result; return result;
} }
} }