monkey-front-core 0.0.373 → 0.0.375

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.
@@ -2455,6 +2455,9 @@ const seederReducer = (keys) => {
2455
2455
  return (reducer) => {
2456
2456
  return (state, action) => {
2457
2457
  const handledState = reducer(state, action);
2458
+ console.log('=============');
2459
+ console.log(handledState);
2460
+ console.log(action.type);
2458
2461
  if (action.type === INIT || action.type === UPDATE) {
2459
2462
  let data = null;
2460
2463
  try {
@@ -2883,16 +2886,12 @@ class MonkeyEcxCommonsService {
2883
2886
  if (MonkeyEcxUtils.persistNullEmptyUndefined(hasFlag)) {
2884
2887
  if (!hasFlag) {
2885
2888
  this.navigateToErrorPage(404, otherArgs?.router);
2886
- return;
2887
2889
  }
2888
2890
  }
2889
- otherArgs?.callbackMain();
2890
2891
  }
2891
2892
  });
2892
2893
  }
2893
- else {
2894
- otherArgs?.callbackMain();
2895
- }
2894
+ otherArgs?.callbackMain();
2896
2895
  }
2897
2896
  else if (!allowedByProgram) {
2898
2897
  this.navigateToErrorPage(404, otherArgs?.router);