summaryrefslogtreecommitdiff
path: root/frontend/main.js
diff options
context:
space:
mode:
authoraltaf-creator <dev@altafcreator.com>2025-12-03 18:41:25 +0700
committeraltaf-creator <dev@altafcreator.com>2025-12-03 18:41:25 +0700
commitfb40d3f256ab61e0ad41ad5e8b404ac656a839e2 (patch)
treec7d0726debc0e9f03347e05b4add6b2038fae860 /frontend/main.js
parent81939c4da9b7e6dc026b2d3d1b0ce1a74814c76f (diff)
why did i write it LIKE THAT PAST ME????!
Diffstat (limited to 'frontend/main.js')
-rw-r--r--frontend/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/main.js b/frontend/main.js
index 3c2c082..a90631f 100644
--- a/frontend/main.js
+++ b/frontend/main.js
@@ -75,7 +75,7 @@ async function information(urlParam = null) {
document.getElementById("logo-id").innerText = "H?";
}
- return Promise.resolve(json["block"]);
+ return Promise.resolve(json);
}