From 417089a9f4b7d0d0cf8b2e836742503e324787c5 Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Wed, 3 Dec 2025 19:24:23 +0700 Subject: a --- frontend/status.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend') diff --git a/frontend/status.js b/frontend/status.js index 446c655..3d92fc1 100644 --- a/frontend/status.js +++ b/frontend/status.js @@ -2,7 +2,7 @@ startUpdateMachines(); (async () => { const urlParams = new URLSearchParams(window.location.search); - const blk = await information(urlParams.get("machine"))["block"]; + const blk = await information(urlParams.get("machine")); console.log("blk", blk); document.getElementById("status-title").innerHTML = `Machine Status for H${blk ? blk : '?'}` })(); -- cgit v1.2.3