more eslint fixes

This commit is contained in:
wobsoriano
2022-11-02 09:21:15 -07:00
parent ea50430945
commit 0298f836b8

View File

@@ -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