Skip to content

Commit

Permalink
Merge pull request #399 from gitroomhq/feat/team-fix
Browse files Browse the repository at this point in the history
fix: team invite without stripe
  • Loading branch information
nevo-david authored Oct 25, 2024
2 parents f6d386b + 8fb33ab commit 825b3a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export class OrganizationRepository {
});

if (
!process.env.STRIPE_PUBLISHABLE_KEY ||
process.env.STRIPE_PUBLISHABLE_KEY &&
checkForSubscription?.subscription?.subscriptionTier !==
SubscriptionTier.PRO
) {
Expand Down

0 comments on commit 825b3a2

Please sign in to comment.