Skip to content

Commit 1d48b7f

Browse files
committed
chore(lint): fix lint
1 parent 3b5c01d commit 1d48b7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/runtime/server/composables/useEdgeDb.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { getCookie } from 'h3'
22
import type { EventHandlerRequest, H3Event } from 'h3'
3-
import type { Client, ConnectOptions } from 'edgedb'
3+
import type { Client } from 'edgedb'
44

55
export function useEdgeDb(req: H3Event<EventHandlerRequest> | undefined = undefined) {
66
// @ts-expect-error - untyped global

0 commit comments

Comments
 (0)