monkey-front-core 0.0.80 → 0.0.81

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.
@@ -2493,8 +2493,8 @@ class MonkeyEcxFeatureToggleService {
2493
2493
  sendEvents: false,
2494
2494
  diagnosticOptOut: true,
2495
2495
  });
2496
- this.ldClient.on('change', this.getAllFlags.bind(this, 'change'));
2497
- this.ldClient.on('ready', this.getAllFlags.bind(this, 'ready'));
2496
+ this.ldClient.on('change', this.getAllFlags.bind(this));
2497
+ this.ldClient.on('ready', this.getAllFlags.bind(this));
2498
2498
  }
2499
2499
  else {
2500
2500
  this.ldClient.identify(user, undefined, this.getAllFlags);