@nsshunt/stsfhirclient 1.0.61 → 1.0.62
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/stsfhirclient.mjs
CHANGED
|
@@ -5486,8 +5486,6 @@ class FhirClient {
|
|
|
5486
5486
|
const accessToken = await __privateGet(this, _options3).GetAccessToken();
|
|
5487
5487
|
const requestConfig = new STSAxiosConfig(url2, httpVerb).withAuthHeaders(accessToken, __privateGet(this, _DUMMY_USER)).withData(filters ? filters : domainResource ? domainResource : void 0);
|
|
5488
5488
|
if (isNode$1 && __privateGet(this, _options3).agentManager) {
|
|
5489
|
-
console.log(`^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^`);
|
|
5490
|
-
console.log("using agentManager");
|
|
5491
5489
|
requestConfig.withAgentManager(__privateGet(this, _options3).agentManager);
|
|
5492
5490
|
}
|
|
5493
5491
|
return await axios(requestConfig.config);
|