diff --git a/src/runtime/client.ts b/src/runtime/client.ts index 7de13f9..99f5477 100644 --- a/src/runtime/client.ts +++ b/src/runtime/client.ts @@ -57,7 +57,7 @@ export async function useAsyncQuery< () => $client.query(...pathAndInput), // @ts-expect-error: Internal options, - ) + ) if (error.value && !serverError.value) serverError.value = error.value as any