mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-07 06:39:52 +02:00
Fix typo preventing subscription cancelation
This commit is contained in:
@@ -215,7 +215,7 @@ export async function sendTrialNotification(
|
|||||||
|
|
||||||
if (resetLimits) {
|
if (resetLimits) {
|
||||||
// this will only fire if they have not upgraded yet because when upgrading we delete the trial
|
// this will only fire if they have not upgraded yet because when upgrading we delete the trial
|
||||||
await handleSubscriptionLifesycle(orgId, "cancled");
|
await handleSubscriptionLifesycle(orgId, "canceled");
|
||||||
logger.debug(
|
logger.debug(
|
||||||
`Trial ended for org ${orgId}, limits reset to free tier`
|
`Trial ended for org ${orgId}, limits reset to free tier`
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user