Skip to content

Commit

Permalink
feat: fix invite team
Browse files Browse the repository at this point in the history
  • Loading branch information
nevo-david committed Nov 24, 2024
1 parent aa59e61 commit 3471a65
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ export class OrganizationRepository {

if (
process.env.STRIPE_PUBLISHABLE_KEY &&
checkForSubscription?.subscription?.subscriptionTier !==
SubscriptionTier.PRO
checkForSubscription?.subscription?.subscriptionTier ===
SubscriptionTier.STANDARD
) {
return false;
}
Expand Down

0 comments on commit 3471a65

Please sign in to comment.