@nsshunt/stsuxvue 1.0.88 → 1.0.89

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/stsuxvue.cjs CHANGED
@@ -13050,13 +13050,13 @@ class RESTClientSubscriber {
13050
13050
  const end = performance.now();
13051
13051
  const diff = end - start;
13052
13052
  if (subscriptionKey.topic.localeCompare(stsobservability.SubscriptionTopic.AllServicesCombined) === 0) {
13053
- return retVal.data["services"].data;
13053
+ return retVal.data["services"];
13054
13054
  }
13055
13055
  if (subscriptionKey.topic.localeCompare(stsobservability.SubscriptionTopic.AllAgentsCombined) === 0) {
13056
- return retVal.data["agents"].data;
13056
+ return retVal.data["agents"];
13057
13057
  }
13058
13058
  if (subscriptionKey.topic.localeCompare(stsobservability.SubscriptionTopic.AllLambdasCombined) === 0) {
13059
- return retVal.data["lambdas"].data;
13059
+ return retVal.data["lambdas"];
13060
13060
  }
13061
13061
  return retVal.data;
13062
13062
  } catch (error) {