@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.
|
@@ -27629,7 +27629,6 @@ func.UI.worker.add_to_queue = async function (SESSION_ID, source, functionP, par
|
|
|
27629
27629
|
obj.queue_key = queue_key;
|
|
27630
27630
|
|
|
27631
27631
|
let exist_job = UI_WORKER_OBJ.jobs.find((e) => {
|
|
27632
|
-
return false;
|
|
27633
27632
|
if (e.queue_key === queue_key) {
|
|
27634
27633
|
return e;
|
|
27635
27634
|
}
|