@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.
|
@@ -27629,6 +27629,7 @@ 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;
|
|
27632
27633
|
if (e.queue_key === queue_key) {
|
|
27633
27634
|
return e;
|
|
27634
27635
|
}
|