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);