fixed typo

This commit is contained in:
dcore94 2024-11-26 18:23:09 +01:00
parent 982778621c
commit cbda89bded
1 changed files with 1 additions and 1 deletions

View File

@ -965,7 +965,7 @@ class CCPExecutionHistory extends HTMLElement {
{
target : "li",
"in" : (e,d)=>{
const resources = d.resources ? d.resurces : []
const resources = d.resources ? d.resources : []
return resources.map(l=>{
return { href : this.#serviceurl + "/executions/" + d.id + "/" + l.path, path : l.path}
})