Fix typo preventing subscription cancelation

This commit is contained in:
Owen
2026-06-30 15:06:35 -04:00
parent af95052706
commit 0033f40f4d
@@ -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`
); );