diff options
author | Marvin Borner | 2021-05-26 22:03:39 +0200 |
---|---|---|
committer | Marvin Borner | 2021-05-26 22:03:39 +0200 |
commit | ac791528a092f3c2edf73250ba4341b62015aa85 (patch) | |
tree | 416221bf6a672a1289a16a0f8b0486748da07305 /helper.js | |
parent | 1f31023a1c8bf0c21b836e8d7435ce07858d9cf7 (diff) |
ok
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; } |