monkey-front-core 0.0.78 → 0.0.79

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.
@@ -2506,9 +2506,9 @@ class MonkeyEcxFeatureToggleService {
2506
2506
  diagnosticOptOut: true,
2507
2507
  });
2508
2508
  console.log('6');
2509
- this.ldClient.on('change', this.getAllFlags.bind(this, this));
2509
+ this.ldClient.on('change', this.getAllFlags.bind(this, 'change'));
2510
2510
  console.log('7');
2511
- this.ldClient.on('ready', this.getAllFlags.bind(this, this));
2511
+ this.ldClient.on('ready', this.getAllFlags.bind(this, 'ready'));
2512
2512
  console.log('8');
2513
2513
  }
2514
2514
  else {