aboutsummaryrefslogtreecommitdiff
path: root/helper.js
diff options
context:
space:
mode:
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;
}