summaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'frontend')
-rw-r--r--frontend/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/main.js b/frontend/main.js
index 0e084ab..b7ba1b7 100644
--- a/frontend/main.js
+++ b/frontend/main.js
@@ -74,7 +74,7 @@ async function information(urlParam = null) {
headers: {
"Content-Type": "application/json"
},
- body: JSON.stringify({ "machine_id": urlParam ? urlParam : null }),
+ body: JSON.stringify({ "machine_id": urlParam ? urlParam : "" }),
});
const block = await response.json()["block"];