This commit is contained in:
dcore94 2023-05-18 12:27:23 +02:00
parent e872fcf600
commit a31fcc132f
1 changed files with 2 additions and 1 deletions

View File

@ -272,8 +272,9 @@ class CCPExecutionHistory extends HTMLElement {
if(exec){
this.refreshExecution(exec.id)
}else{
this.#pending.filter(pe=>{
this.#pending = this.#pending.filter(pe=>{
if(pe === data.jobID){
this.#data.push(data)
this.refreshExecution(pe)
return false
}else{