Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jun 27, 2023
1 parent 3153210 commit 3f1150f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/utils/proxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,9 @@ export function getProxyRequestHeaders(event: H3Event) {
return headers;
}

export function fetchWithEvent<T extends (req: RequestInfo | URL, opts?: any) => any = typeof fetch>(
export function fetchWithEvent<
T extends (req: RequestInfo | URL, opts?: any) => any = typeof fetch
>(
event: H3Event,
req: RequestInfo | URL,
init?: RequestInit & { context?: H3EventContext },
Expand Down

0 comments on commit 3f1150f

Please sign in to comment.