aboutsummaryrefslogtreecommitdiff
path: root/helper.js
diff options
context:
space:
mode:
authorMarvin Borner2021-05-26 22:03:39 +0200
committerMarvin Borner2021-05-26 22:03:39 +0200
commitac791528a092f3c2edf73250ba4341b62015aa85 (patch)
tree416221bf6a672a1289a16a0f8b0486748da07305 /helper.js
parent1f31023a1c8bf0c21b836e8d7435ce07858d9cf7 (diff)
ok
Diffstat (limited to 'helper.js')
-rwxr-xr-xhelper.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/helper.js b/helper.js
index e7ef5d7..f72ffa7 100755
--- a/helper.js
+++ b/helper.js
@@ -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;
}