Skip to content

Commit

Permalink
chore(lint): apply lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Teages committed Jun 17, 2024
1 parent fe0fab3 commit 8fc4b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/server/utils/client.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { type Client, cacheExchange, createClient, fetchExchange } from '@urql/core'
import { type H3Event, getHeader } from 'h3'
import type { H3Event } from 'h3'
import type { ClientOptions } from '../../../options'
// @ts-expect-error type is not ready here
import type { ClientName } from '#urql-clients'
Expand Down

0 comments on commit 8fc4b0c

Please sign in to comment.