From a10a500e03540413e91418228d84d691da7f696e Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 01:06:05 +0000 Subject: [PATCH] =?UTF-8?q?Mejor=C3=B3=20env=C3=ADo=20de=20reserva?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ichitux <17677572+Ichitux@users.noreply.github.com> --- src/components/BookingSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/BookingSection.tsx b/src/components/BookingSection.tsx index 22e05d0..e4502f4 100644 --- a/src/components/BookingSection.tsx +++ b/src/components/BookingSection.tsx @@ -62,7 +62,7 @@ const BookingSection = () => { }); console.log("[Booking] Response status:", res.status); if (!res.ok) throw new Error(`HTTP ${res.status}`); - if (!res.ok) throw new Error(`HTTP ${res.status}: ${text}`); + if (!res.ok) throw new Error(`HTTP ${res.status}`); setStatus("success"); } catch (err) { console.error("[Booking] Error:", err);