@xuda.io/runtime-bundle 1.0.245 → 1.0.246

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.
@@ -27222,7 +27222,7 @@ func.utils.set_SYS_GLOBAL_OBJ_WIDGET_INFO = async function (SESSION_ID, docP) {
27222
27222
  func.utils.get_last_datasource_no = function (SESSION_ID) {
27223
27223
  const filtered = Object.values(SESSION_OBJ[SESSION_ID].DS_GLB).filter((e) => e.tree_obj.menuType !== 'api');
27224
27224
 
27225
- return filtered?.at?.(-1)?.dssession;
27225
+ return filtered?.at?.(-1)?.dsSession;
27226
27226
  };
27227
27227
  func.UI.utils = {};
27228
27228