diff options
| author | altaf-creator <dev@altafcreator.com> | 2025-12-02 17:02:13 +0700 |
|---|---|---|
| committer | altaf-creator <dev@altafcreator.com> | 2025-12-02 17:02:13 +0700 |
| commit | 4ea439f209a89b9a3a6a019adab0e61429127676 (patch) | |
| tree | 7d686ff47502e35946e570044887a422d9767c7c | |
| parent | b6ea44e01c181eab4727880fe3abb6968d277e3c (diff) | |
uhhh
| -rw-r--r-- | frontend/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
