feat: remove lifetime check

This commit is contained in:
Nevo David 2026-03-06 08:10:29 +07:00
parent 624a4a9775
commit 9fa6786754

View file

@ -72,10 +72,6 @@ export class SubscriptionService {
organizationId
))!;
if (getCurrentSubscription && getCurrentSubscription?.isLifetime) {
return false;
}
const from = pricing[getCurrentSubscription?.subscriptionTier || 'FREE'];
const to = pricing[billing];