From 2b40c28e255ac433ab20f3b213e44317f6b32084 Mon Sep 17 00:00:00 2001 From: kenneth Date: Sun, 8 Mar 2026 02:46:25 +0000 Subject: [PATCH] fix[waitlist]: remove segmentId from dup check Co-authored-by: Ona --- apps/waitlist-website/app/routes/home.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/waitlist-website/app/routes/home.tsx b/apps/waitlist-website/app/routes/home.tsx index 024bd2e..65eb3b4 100644 --- a/apps/waitlist-website/app/routes/home.tsx +++ b/apps/waitlist-website/app/routes/home.tsx @@ -65,7 +65,6 @@ export async function action({ request }: Route.ActionArgs) { const segmentId = "b80fb036-74a1-4f7d-bca5-2c035b696071" const dup = await resend.contacts.get({ - segmentId, email, }) if (dup.data) { @@ -204,7 +203,10 @@ export default function Home() { }} /> {chatBox} - +