feat: subscription

This commit is contained in:
Nevo David 2025-02-05 23:34:34 +07:00
parent 8e0efe1724
commit fa0c422a55
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ export class SubscriptionService {
customerId
))!;
if (getCurrentSubscription || getCurrentSubscription?.isLifetime) {
if (getCurrentSubscription && getCurrentSubscription?.isLifetime) {
return false;
}