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}
-
+