Skip to content

Commit

Permalink
fix: useAsyncQuery returns any
Browse files Browse the repository at this point in the history
  • Loading branch information
Teages committed Mar 5, 2024
1 parent 59d8452 commit 5cf7b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/composables-codegen/urql.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { AnyVariables, Client, CombinedError, DocumentInput, OperationContext } from '@urql/core'
import { hash } from 'ohash'
import type { KeysOf, PickFrom } from 'nuxt/dist/app/composables/asyncData'
import type { KeysOf, PickFrom } from '#app/composables/asyncData'
import { type AsyncData, type AsyncDataOptions, useAsyncData, useNuxtApp } from '#app'
import type { ClientName } from '#build/urql-client/options'

Expand Down

0 comments on commit 5cf7b2b

Please sign in to comment.