From ac791528a092f3c2edf73250ba4341b62015aa85 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Wed, 26 May 2021 22:03:39 +0200 Subject: ok --- helper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helper.js') 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; } -- cgit v1.2.3