From b1cb73cd5daf2fca2039f5e9eee8b2ef0c3efeeb Mon Sep 17 00:00:00 2001 From: KaseToatz1337 Date: Fri, 26 Apr 2024 14:27:37 +0200 Subject: [PATCH] Update script.js --- html/assets/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/assets/script.js b/html/assets/script.js index f1497c3..b284401 100644 --- a/html/assets/script.js +++ b/html/assets/script.js @@ -51,7 +51,7 @@ window.onload = () => { method: "POST", body: formData }) - response = await request.json(); + response = request.json(); console.log(response.message); text.innerText = response.message; if (response.type == "error")