feat: remove lifetime check
This commit is contained in:
parent
624a4a9775
commit
9fa6786754
1 changed files with 0 additions and 4 deletions
|
|
@ -72,10 +72,6 @@ export class SubscriptionService {
|
|||
organizationId
|
||||
))!;
|
||||
|
||||
if (getCurrentSubscription && getCurrentSubscription?.isLifetime) {
|
||||
return false;
|
||||
}
|
||||
|
||||
const from = pricing[getCurrentSubscription?.subscriptionTier || 'FREE'];
|
||||
const to = pricing[billing];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue