fix ai + chart + events

This commit is contained in:
Emily
2024-10-01 14:25:56 +02:00
parent a08624b69b
commit dad8c521ee
6 changed files with 33 additions and 10 deletions

View File

@@ -140,10 +140,10 @@ async function onPaymentSuccess(event: Event.InvoicePaidEvent) {
setTimeout(() => {
if (PLAN.ID == 0) return;
EmailService.sendPurchaseEmail(user.email, project.name);
EmailService.sendPurchaseEmail(user.email, project.name);
}, 1);
return { ok: true };