@xuda.io/xuda-worker-bundle 1.3.2608 → 1.3.2610
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.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -683,7 +683,7 @@ func.runtime.bind.update_reference_source_array = async function (options) {
|
|
|
683
683
|
}
|
|
684
684
|
|
|
685
685
|
let datasource_changes = func.runtime.bind.build_datasource_changes(options.dsSessionP, options.currentRecordId, reference_source_obj.fieldIdP, new_arr);
|
|
686
|
-
await func.datasource.update(options.SESSION_ID, datasource_changes
|
|
686
|
+
await func.datasource.update(options.SESSION_ID, datasource_changes);
|
|
687
687
|
return true;
|
|
688
688
|
};
|
|
689
689
|
func.runtime.resources.load_cdn = async function (SESSION_ID, resource) {
|