mirror of
https://github.com/kennethnym/aris.git
synced 2026-03-20 00:51:20 +00:00
Compare commits
1 Commits
230116d9f7
...
fix/waitli
| Author | SHA1 | Date | |
|---|---|---|---|
|
c333be67cd
|
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user