🐛 Await license key email

This commit is contained in:
Luke Vella 2025-06-19 10:22:34 +01:00
parent bc76ff06fb
commit 9c31fe1dfc
No known key found for this signature in database
GPG key ID: 469CAD687F0D784C

View file

@ -90,7 +90,7 @@ async function handleSelfHostedCheckoutSessionCompleted(
const emailClient = getEmailClient();
emailClient.sendTemplate("LicenseKeyEmail", {
await emailClient.sendTemplate("LicenseKeyEmail", {
to: email,
from: {
name: "Luke from Rallly",