Skip to content

Commit

Permalink
Fix async issue that only occures on serverless environments
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Jul 28, 2024
1 parent b76ba19 commit 4dbed85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/mailer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const sendUserEmail = async ({
return
}

sendTemplatedEmail({
await sendTemplatedEmail({
subject,
to_emails: [email],
from_email,
Expand Down

0 comments on commit 4dbed85

Please sign in to comment.