From 2555a6466be6390cab4cb7e83e3f88db7c6ebfe8 Mon Sep 17 00:00:00 2001 From: Sascha Leib Date: Mon, 15 Sep 2025 23:00:42 +0200 Subject: [PATCH] Minor fix --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.js b/script.js index e8946e3..b74c228 100644 --- a/script.js +++ b/script.js @@ -642,7 +642,7 @@ BotMon.live = { id: it.id, count: it.count, pct: (it.count / me._refererListCount * 100).toFixed(0) - } + }; rList.push(rIt); }