From 550af931488494a2a0477dca0ad8b6644143fce2 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 5 Mar 2021 20:32:28 +0100 Subject: OKAY! --- cli.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli.js') diff --git a/cli.js b/cli.js index 53cced6..e1360b8 100755 --- a/cli.js +++ b/cli.js @@ -100,7 +100,7 @@ if ((idx = params.indexOf("-r")) > -1) { const chars = user.chars; hay = curr; const obj = { - id: user.id, // Why tf tho + id: user.id, name: `${user.name} ${user.middlename || ""} ${user.surname}`, birthday: answer("Geburtsdatum"), favsub: answer("Lieblingsfach"), @@ -115,7 +115,7 @@ if ((idx = params.indexOf("-r")) > -1) { obj.birthday = new Date(obj.birthday == "nichts" ? "1.1.2000" : obj.birthday).toLocaleDateString("de"); - // QR-Code.. DON'T ASK + // QR-Code.. DON'T ASK TODO: Fix for last student? hay = next; obj.qrcode = answer("QR-Code Text (z.B. Social Media Links, random Text, whatever)").replace(/ /g, "\\ "); if (obj.qrcode === "nichts") obj.qrcode = ""; -- cgit v1.2.3