Fix response

This commit is contained in:
2025-08-28 11:58:35 -07:00
parent 7a8eceb891
commit 7595e2f87b

View File

@@ -17,7 +17,7 @@ if ($result->num_rows > 0) {
echo 1; echo 1;
$updateStmt->close(); $updateStmt->close();
} else { } else {
echo "-2"; echo "-3";
} }
$stmt->close(); $stmt->close();