Fix trailing whitespace and JSON parse errors on backend

This commit is contained in:
Nama Kamu
2026-06-11 15:02:32 +07:00
parent b008122815
commit 805f152be1
7 changed files with 17 additions and 18 deletions
+1 -2
View File
@@ -21,6 +21,5 @@ $query = "UPDATE spbu SET
if ($conn->query($query)) {
echo "success";
} else {
echo "error";
echo "error: " . $conn->error;
}
?>