mirror of
https://github.com/kennethnym/aris.git
synced 2026-03-20 09:01:19 +00:00
Compare commits
1 Commits
fix/waitli
...
230116d9f7
| Author | SHA1 | Date | |
|---|---|---|---|
| 230116d9f7 |
@@ -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