mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-01 18:13:49 +00:00
Fix typo preventing subscription cancelation
This commit is contained in:
@@ -215,7 +215,7 @@ export async function sendTrialNotification(
|
||||
|
||||
if (resetLimits) {
|
||||
// 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(
|
||||
`Trial ended for org ${orgId}, limits reset to free tier`
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user