From 4ea439f209a89b9a3a6a019adab0e61429127676 Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Tue, 2 Dec 2025 17:02:13 +0700 Subject: uhhh --- frontend/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend') diff --git a/frontend/main.js b/frontend/main.js index a3b6c68..2b9de5f 100644 --- a/frontend/main.js +++ b/frontend/main.js @@ -77,7 +77,7 @@ async function information(urlParam = null) { body: JSON.stringify({ "machine_id": urlParam ? urlParam : "" }), }); - const block = await response.json()["block"]; + const block = await response.json().block; document.getElementById("logo-id").innerText = block; -- cgit v1.2.3