This commit is contained in:
dcore94 2023-05-18 12:39:35 +02:00
parent a31fcc132f
commit 7d3c583b20
1 changed files with 0 additions and 1 deletions

View File

@ -274,7 +274,6 @@ class CCPExecutionHistory extends HTMLElement {
}else{
this.#pending = this.#pending.filter(pe=>{
if(pe === data.jobID){
this.#data.push(data)
this.refreshExecution(pe)
return false
}else{