mirror of
https://github.com/ArthurDanjou/trpc-nuxt.git
synced 2026-01-31 04:07:55 +01:00
more eslint fixes
This commit is contained in:
@@ -57,7 +57,7 @@ export async function useAsyncQuery<
|
|||||||
() => $client.query(...pathAndInput),
|
() => $client.query(...pathAndInput),
|
||||||
// @ts-expect-error: Internal
|
// @ts-expect-error: Internal
|
||||||
options,
|
options,
|
||||||
)
|
)
|
||||||
|
|
||||||
if (error.value && !serverError.value)
|
if (error.value && !serverError.value)
|
||||||
serverError.value = error.value as any
|
serverError.value = error.value as any
|
||||||
|
|||||||
Reference in New Issue
Block a user