Skip to content

Commit

Permalink
chore: ignore eslint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jun 28, 2023
1 parent 3dd2376 commit 4c609b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/proxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ export function getProxyRequestHeaders(event: H3Event) {

export function fetchWithEvent<
T = unknown,
// eslint-disable-next-line @typescript-eslint/no-unused-vars
_R = any,
F extends (req: RequestInfo | URL, opts?: any) => any = typeof fetch
>(
Expand Down

0 comments on commit 4c609b2

Please sign in to comment.