From 525c076d19b14ba0d7de3e4dcf7560713014f946 Mon Sep 17 00:00:00 2001 From: LinlyBoi Date: Tue, 5 Dec 2023 09:20:51 +0200 Subject: [PATCH] = removed --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index c40e4d9..fe1f7c7 100644 --- a/index.js +++ b/index.js @@ -49,7 +49,7 @@ function updateTable(user, past_users) { tableHead.innerText = item; tableRow.appendChild(th); }); - tableHead=.appenchChild(tableRow); + tableHead.appenchChild(tableRow); table.append(tableRow); past_users.forEach((item => {