This commit is contained in:
Tatyana Kostromskaya 2023-10-05 16:06:04 +02:00
parent d651e32721
commit 2b8f79e013
6 changed files with 15 additions and 15 deletions

2
dist/index.js vendored
View file

@ -5608,7 +5608,7 @@ class HttpClient {
return this._getProxyAgentDispatcher(parsedUrl, proxyUrl);
}
else {
return this._getAgentDispatcher(parsedUrl);
return;
}
}
_prepareRequest(method, requestUrl, headers) {