Thomas Kaul
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
apps/api/src/app/user/user.service.ts
|
@ -166,7 +166,7 @@ export class UserService { |
|
|
this.subscriptionService.getSubscription(Subscription); |
|
|
this.subscriptionService.getSubscription(Subscription); |
|
|
|
|
|
|
|
|
if ( |
|
|
if ( |
|
|
Analytics?.activityCount % 10 === 0 && |
|
|
Analytics?.activityCount % 5 === 0 && |
|
|
user.subscription?.type === 'Basic' |
|
|
user.subscription?.type === 'Basic' |
|
|
) { |
|
|
) { |
|
|
currentPermissions.push(permissions.enableSubscriptionInterstitial); |
|
|
currentPermissions.push(permissions.enableSubscriptionInterstitial); |
|
|