@xuda.io/xuda-worker-bundle-min 1.3.867 → 1.3.868
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
|
@@ -3194,8 +3194,8 @@ func.datasource.run_rows_form = async function (
|
|
|
3194
3194
|
var idx = rowIdxP;
|
|
3195
3195
|
|
|
3196
3196
|
const find_ROWID_idx_from_raw_data_arr = function (rowId) {
|
|
3197
|
-
if (!
|
|
3198
|
-
throw new Error("
|
|
3197
|
+
if (!ds?.v?.raw_data?.rows) {
|
|
3198
|
+
throw new Error("ds.v.raw_data.rows not found");
|
|
3199
3199
|
}
|
|
3200
3200
|
|
|
3201
3201
|
const index = _ds.v.raw_data.rows.findIndex((item) => item.id === rowId);
|