From e8fdab4e9f2ecfb220328f4a06f1bc4693b2d1d0 Mon Sep 17 00:00:00 2001 From: Sascha Leib Date: Fri, 5 Sep 2025 23:09:29 +0200 Subject: [PATCH] Minor fix (3) --- script.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/script.js b/script.js index 3b62585..9ea7c6f 100644 --- a/script.js +++ b/script.js @@ -1017,8 +1017,6 @@ BotMon.live = { default: console.warn('Unknwon list number.'); } - let group = BotMon.live.data.analytics.groups[listId]; - // todo: add group information! const details = makeElement('details', { 'data-group': listId,