feat: subscription
This commit is contained in:
parent
8e0efe1724
commit
fa0c422a55
|
|
@ -89,7 +89,7 @@ export class SubscriptionService {
|
|||
customerId
|
||||
))!;
|
||||
|
||||
if (getCurrentSubscription || getCurrentSubscription?.isLifetime) {
|
||||
if (getCurrentSubscription && getCurrentSubscription?.isLifetime) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue