diff --git a/src/utils/fetch-proxy-setup.ts b/src/utils/fetch-proxy-setup.ts index 0019e6e6..bb2917cb 100644 --- a/src/utils/fetch-proxy-setup.ts +++ b/src/utils/fetch-proxy-setup.ts @@ -8,4 +8,4 @@ const proxyUrl = if (proxyUrl) { setGlobalDispatcher(new EnvHttpProxyAgent()); -} \ No newline at end of file +}