diff options
Diffstat (limited to 'helper.js')
-rwxr-xr-x | helper.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ async function ssvToObj(ssv) { for (const line of lines) { const [t, u, c] = line.split(";"); if (obj.hasOwnProperty(u)) obj[u].push(`${c} - ${t}`); - else obj[u] = [`${c} - ${t}`]; + else obj[u] = [`${c} ~ ${t} als 10-Jahres Prognose`]; } return obj; } |