@nsshunt/stsfhirclient 1.0.60 → 1.0.61

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.
@@ -5486,6 +5486,8 @@ 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");
5489
5491
  requestConfig.withAgentManager(__privateGet(this, _options3).agentManager);
5490
5492
  }
5491
5493
  return await axios(requestConfig.config);