@xuda.io/xuda-worker-bundle-min 1.3.1089 → 1.3.1091
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 +6 -6
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -2222,12 +2222,12 @@ func.datasource.execute = async function (
|
|
|
2222
2222
|
dataSourceSession,
|
|
2223
2223
|
|
|
2224
2224
|
);
|
|
2225
|
-
for await (let [key, val] of Object.entries(output_result_obj)) {
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
}
|
|
2225
|
+
// for await (let [key, val] of Object.entries(output_result_obj)) {
|
|
2226
|
+
// output_result_obj[key] = (await func.expression.get(
|
|
2227
|
+
// SESSION_ID,
|
|
2228
|
+
// val,
|
|
2229
|
+
// dataSourceSession, "object_property")).result
|
|
2230
|
+
// }
|
|
2231
2231
|
output_result = JSON.stringify(output_result_obj)
|
|
2232
2232
|
} catch (err) {
|
|
2233
2233
|
console.error(err)
|