From 0033f40f4d0dc041c2dffb2c3ea5046be8bd5af3 Mon Sep 17 00:00:00 2001 From: Owen Date: Tue, 30 Jun 2026 15:06:35 -0400 Subject: [PATCH] Fix typo preventing subscription cancelation --- server/private/routers/org/sendTrialNotification.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/private/routers/org/sendTrialNotification.ts b/server/private/routers/org/sendTrialNotification.ts index 233010064..d3210530a 100644 --- a/server/private/routers/org/sendTrialNotification.ts +++ b/server/private/routers/org/sendTrialNotification.ts @@ -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` );