@xuda.io/xuda-worker-bundle-min 1.3.848 → 1.3.850
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 +2 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -2734,7 +2734,7 @@ func.datasource.execute = async function (
|
|
|
2734
2734
|
_ds.viewRangeExp_rows_deleted = 0;
|
|
2735
2735
|
|
|
2736
2736
|
let rows = _ds?.raw_data?.rows?.length;
|
|
2737
|
-
|
|
2737
|
+
_ds.data_feed.rows = [];
|
|
2738
2738
|
_ds.data_feed.rows_changed = [];
|
|
2739
2739
|
_ds.data_feed.rows_deleted = [];
|
|
2740
2740
|
_ds.data_feed.rows_added = [];
|
|
@@ -3970,7 +3970,7 @@ func.datasource.callback = function (
|
|
|
3970
3970
|
}
|
|
3971
3971
|
}
|
|
3972
3972
|
} catch (err) {
|
|
3973
|
-
console.error(err);
|
|
3973
|
+
// console.error(err);
|
|
3974
3974
|
}
|
|
3975
3975
|
|
|
3976
3976
|
func.utils.debug.log(SESSION_ID, nodeIdP, {
|