Skip to content
Snippets Groups Projects
Commit 75302c92 authored by David Trattnig's avatar David Trattnig
Browse files

fix: declar var

parent 84f4bb17
No related branches found
No related tags found
No related merge requests found
Pipeline #7027 failed
......@@ -40,7 +40,7 @@
let ac = show.additional_contributors
let hostNames = ac.split(", ")
let hosts = Array()
for (hn of hostNames)
for (let hn of hostNames)
hosts.push({ 'name': hn })
return hosts
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment