diff --git a/apps/backend/src/prisma-client.tsx b/apps/backend/src/prisma-client.tsx index 7a312c4b7..2bfb259bf 100644 --- a/apps/backend/src/prisma-client.tsx +++ b/apps/backend/src/prisma-client.tsx @@ -139,6 +139,7 @@ async function rawQueryArray[]>(queries: Q): Promise<[] if (isPromise(postProcessed)) { ignoreUnhandledRejection(postProcessed); } + return postProcessed; }); return postProcessed; });