diff --git a/ccp/js/executionhistorycontroller.js b/ccp/js/executionhistorycontroller.js index 801803f..87880c2 100644 --- a/ccp/js/executionhistorycontroller.js +++ b/ccp/js/executionhistorycontroller.js @@ -272,7 +272,7 @@ class CCPExecutionHistory extends HTMLElement { if(exec){ this.refreshExecution(exec.id) }else{ - this.pending.filter(pe=>{ + this.#pending.filter(pe=>{ if(pe === data.jobId){ this.refreshExecution(pe) return false