fix: email

This commit is contained in:
2026-03-11 16:34:51 +01:00
parent 17aa8956a7
commit 7f431c0091
7 changed files with 301 additions and 676 deletions

View File

@@ -348,7 +348,7 @@ export const drinkkaartRouter = {
.then((r) => r[0]);
if (cardUser) {
sendDeductionEmail({
await sendDeductionEmail({
to: cardUser.email,
firstName: cardUser.name.split(" ")[0] ?? cardUser.name,
amountCents: input.amountCents,