Skip to content

Commit

Permalink
fix: types
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Oct 14, 2024
1 parent 767c389 commit 1e7636f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export function getHttpRpcClient(
}
const request = new Request(params.url ?? url, init)
if (onRequest) {
await onRequest(request)
await onRequest(request, init)
}
const response = await fetch(params.url ?? url, init)
return response
Expand Down

0 comments on commit 1e7636f

Please sign in to comment.