From c4255f4fddf98e5d2114c6e17943dfe394f3a4ce Mon Sep 17 00:00:00 2001 From: Nicolas Date: Tue, 1 Apr 2025 21:00:40 +0400 Subject: [PATCH] Update auth.ts --- apps/api/src/controllers/auth.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/api/src/controllers/auth.ts b/apps/api/src/controllers/auth.ts index 4bca6809..70a154c8 100644 --- a/apps/api/src/controllers/auth.ts +++ b/apps/api/src/controllers/auth.ts @@ -416,3 +416,4 @@ function getPlanByPriceId(price_id: string | null): PlanType { return "free"; } } +