Merge pull request #399 from gitroomhq/feat/team-fix

fix: team invite without stripe
This commit is contained in:
Nevo David 2024-10-25 22:44:31 +07:00 committed by GitHub
commit 825b3a28b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ export class OrganizationRepository {
});
if (
!process.env.STRIPE_PUBLISHABLE_KEY ||
process.env.STRIPE_PUBLISHABLE_KEY &&
checkForSubscription?.subscription?.subscriptionTier !==
SubscriptionTier.PRO
) {