@xuda.io/runtime-bundle 1.0.726 → 1.0.727
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,6 +8539,7 @@ 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;
|
|
8542
8543
|
if (e.queue_key === queue_key) {
|
|
8543
8544
|
return e;
|
|
8544
8545
|
}
|
|
@@ -8540,6 +8540,7 @@ 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;
|
|
8543
8544
|
if (e.queue_key === queue_key) {
|
|
8544
8545
|
return e;
|
|
8545
8546
|
}
|