@xuda.io/runtime-bundle 1.0.520 → 1.0.521

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.
@@ -30440,7 +30440,7 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
30440
30440
  let client_datasource_changes = {};
30441
30441
  let server_datasource_changes = {};
30442
30442
 
30443
- const update_xu_ref = async function (dataSource, field_id) {
30443
+ const update_xu_ref = function (dataSource, field_id) {
30444
30444
  let ret;
30445
30445
  let _ds_0 = _session.DS_GLB[0];
30446
30446
  for ([ref_name, val] of Object.entries(_ds_0.data_system['SYS_GLOBAL_OBJ_REFS'])) {