mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
Fix bug
This commit is contained in:
parent
4b9c7fe0ef
commit
175796a6e9
@ -139,6 +139,7 @@ async function rawQueryArray<Q extends RawQuery<any>[]>(queries: Q): Promise<[]
|
||||
if (isPromise(postProcessed)) {
|
||||
ignoreUnhandledRejection(postProcessed);
|
||||
}
|
||||
return postProcessed;
|
||||
});
|
||||
return postProcessed;
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user