fix types

This commit is contained in:
wobsoriano
2022-11-04 07:57:38 -07:00
parent 347d49482f
commit e8bf427d2b
2 changed files with 1 additions and 4 deletions

View File

@@ -58,7 +58,7 @@ export async function useAsyncQuery<
options,
)
return result
return result as any
}
export function useClient(): TRPCClient<AppRouter> {