mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 07:48:37 +01:00
fix ai + chart + events
This commit is contained in:
@@ -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 };
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user