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"; } } +