Compare commits

...

1 Commits

Author SHA1 Message Date
c333be67cd fix(waitlist): add delay before email to avoid rate limit
Co-authored-by: Ona <no-reply@ona.com>
2026-03-08 03:35:32 +00:00

View File

@@ -81,6 +81,8 @@ export async function action({ request }: Route.ActionArgs) {
return { error: FormError.Resend, message: res.error.message }
}
await new Promise((resolve) => setTimeout(resolve, 1000))
const emailRes = await resend.emails.send({
from: "Aelis <no-reply@ael.is>",
to: email,