barsa-novin-ray-core 2.3.37 → 2.3.38

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,7 +16468,7 @@ 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
16474
  resolve(true);