barsa-novin-ray-core 2.3.37 → 2.3.39

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.
@@ -16468,10 +16468,9 @@ const functionL2 = function (portalService, applicationCtrlrService, titleServic
16468
16468
  else {
16469
16469
  return new Promise((resolve, _reject) => {
16470
16470
  const m = window.location.hash.match(/application\/([^/?#]+)/i);
16471
- const systemId = m?.[1] || '0'; // "344344343"
16471
+ const systemId = m?.[1] || ''; // "344344343"
16472
16472
  applicationCtrlrService.systemChange(systemId);
16473
16473
  applicationCtrlrService.initialize(resolve);
16474
- resolve(true);
16475
16474
  }); // load all systems if user is logged in
16476
16475
  }
16477
16476
  };