Skip to content

Commit

Permalink
Update code
Browse files Browse the repository at this point in the history
  • Loading branch information
congminh1254 committed Nov 8, 2023
1 parent ba15a5b commit 5c014ac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/util/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,7 @@ function updateRequestAgent(
params.request.agentOptions = Object.assign({},
params.request.agentOptions,
{
getProxyForUrl: (url: string) => {
return proxyUrl;
}
getProxyForUrl: (url: string) => proxyUrl
}
);
}
Expand Down

0 comments on commit 5c014ac

Please sign in to comment.