@xuda.io/runtime-bundle 1.0.725 → 1.0.726
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/js/xuda-runtime-slim.js
CHANGED
|
@@ -8539,7 +8539,6 @@ func.UI.worker.add_to_queue = async function (SESSION_ID, source, functionP, par
|
|
|
8539
8539
|
obj.queue_key = queue_key;
|
|
8540
8540
|
|
|
8541
8541
|
let exist_job = UI_WORKER_OBJ.jobs.find((e) => {
|
|
8542
|
-
return false;
|
|
8543
8542
|
if (e.queue_key === queue_key) {
|
|
8544
8543
|
return e;
|
|
8545
8544
|
}
|
|
@@ -8540,7 +8540,6 @@ func.UI.worker.add_to_queue = async function (SESSION_ID, source, functionP, par
|
|
|
8540
8540
|
obj.queue_key = queue_key;
|
|
8541
8541
|
|
|
8542
8542
|
let exist_job = UI_WORKER_OBJ.jobs.find((e) => {
|
|
8543
|
-
return false;
|
|
8544
8543
|
if (e.queue_key === queue_key) {
|
|
8545
8544
|
return e;
|
|
8546
8545
|
}
|