mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-01 16:47:28 +02:00
🐛 Await license key email
This commit is contained in:
parent
bc76ff06fb
commit
9c31fe1dfc
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ async function handleSelfHostedCheckoutSessionCompleted(
|
|||
|
||||
const emailClient = getEmailClient();
|
||||
|
||||
emailClient.sendTemplate("LicenseKeyEmail", {
|
||||
await emailClient.sendTemplate("LicenseKeyEmail", {
|
||||
to: email,
|
||||
from: {
|
||||
name: "Luke from Rallly",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue