monkey-front-core 0.0.429 → 0.0.431

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.
@@ -3114,7 +3114,6 @@ class MonkeyEcxCommonsResolveService extends MonkeyEcxCommonsService {
3114
3114
  this.actionPagination = actionsPagination;
3115
3115
  this.selector = selectors;
3116
3116
  }
3117
- ;
3118
3117
  async getData() {
3119
3118
  try {
3120
3119
  const { store, route, action, selector, tokenStorage } = this;
@@ -3715,7 +3714,7 @@ class MonkeyEcxConfigService extends MonkeyEcxCommonsService {
3715
3714
  monkeyecxi18nConfigService.apply(config, environment);
3716
3715
  monkeyecxLogsConfigService.apply(config, configBootstrap, environment, identifyCode);
3717
3716
  monkeyEcxFeatureToggleService.apply(configSubject$, environment);
3718
- monkeyGTMConfigService.apply(config, environment);
3717
+ monkeyGTMConfigService.apply(configBootstrap, environment);
3719
3718
  monkeyEcxAlertsConfigService.apply(config);
3720
3719
  monkeyStyleGuideSettingsService.bootstrap(`${url}/monkey-style-guide-settings.json`, internalValidations.bind(this, configBootstrap, callback, environment));
3721
3720
  configSubject$.next(config);