Skip to content

Commit 4c609b2

Browse files
committed
chore: ignore eslint warning
1 parent 3dd2376 commit 4c609b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/proxy.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ export function getProxyRequestHeaders(event: H3Event) {
153153

154154
export function fetchWithEvent<
155155
T = unknown,
156+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
156157
_R = any,
157158
F extends (req: RequestInfo | URL, opts?: any) => any = typeof fetch
158159
>(

0 commit comments

Comments
 (0)