Skip to content

Commit d6541fe

Browse files
decyjphrCopilot
andauthored
Update lib/proxiedFetch.js
Co-authored-by: Copilot <[email protected]>
1 parent dd3e559 commit d6541fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/proxiedFetch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const { getProxyForUrl } = require('proxy-from-env')
22
const { ProxyAgent, fetch: undiciFetch } = require('undici')
33

4-
export function getProxiedFetch (url) {
4+
function getProxiedFetch (url) {
55
const proxyUrl = getProxyForUrl(url)
66
if (proxyUrl) {
77
// LOG.debug('Setting up proxy agent for ', url)

0 commit comments

Comments
 (0)