This commit is contained in:
Konstantin Wohlwend 2025-04-11 10:26:12 -07:00
parent 4b9c7fe0ef
commit 175796a6e9

View File

@ -139,6 +139,7 @@ async function rawQueryArray<Q extends RawQuery<any>[]>(queries: Q): Promise<[]
if (isPromise(postProcessed)) {
ignoreUnhandledRejection(postProcessed);
}
return postProcessed;
});
return postProcessed;
});