Skip to content

Commit

Permalink
fix(Billing): remove active filter
Browse files Browse the repository at this point in the history
  • Loading branch information
mikewuu committed Jun 24, 2024
1 parent dca0880 commit 936ba5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/billing/get-is-over-plan-contributor-limit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export async function getIsOverPlanContributorLimit(
)
.leftJoin('homie.plan', 'homie.plan.id', 'homie.subscription.plan_id')
.where('homie.organization.id', '=', organization.id)
.where('homie.subscription.stripe_status', '=', 'active')
.select([
'homie.organization.id',
'has_unlimited_usage',
Expand Down

0 comments on commit 936ba5c

Please sign in to comment.