Increase frequency (#2111)

pull/2112/head
Thomas Kaul 1 year ago committed by GitHub
parent 0a465f125d
commit b7f635bdfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -166,7 +166,7 @@ export class UserService {
this.subscriptionService.getSubscription(Subscription);
if (
Analytics?.activityCount % 20 === 0 &&
Analytics?.activityCount % 10 === 0 &&
user.subscription?.type === 'Basic'
) {
currentPermissions.push(permissions.enableSubscriptionInterstitial);

Loading…
Cancel
Save