monkey-front-core 0.0.400 → 0.0.401

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.
@@ -2759,7 +2759,7 @@ class MonkeyEcxCommonsService {
2759
2759
  }), take(1))
2760
2760
  .subscribe(() => {
2761
2761
  console.log('veio destruir o schedule');
2762
- console.log(context.__schedule);
2762
+ console.log(context);
2763
2763
  console.log(this.__schedule);
2764
2764
  console.log(clearOnChangeRoute);
2765
2765
  if (this.__schedule && clearOnChangeRoute) {