We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dd2376 commit 4c609b2Copy full SHA for 4c609b2
src/utils/proxy.ts
@@ -153,6 +153,7 @@ export function getProxyRequestHeaders(event: H3Event) {
153
154
export function fetchWithEvent<
155
T = unknown,
156
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
157
_R = any,
158
F extends (req: RequestInfo | URL, opts?: any) => any = typeof fetch
159
>(
0 commit comments