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

View File

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