Change priority of the pro

This commit is contained in:
Kasra Bigdeli
2023-08-03 12:15:36 -07:00
parent 587e3aa531
commit 06976680c0
+1 -1
View File
@@ -17,7 +17,7 @@ export class ProEmitter extends IEventsEmitter {
return self.proManager.getState()
})
.then(function (state) {
if (state.isFeatureFlagEnabled && state.isSubscribed) {
if (state.isSubscribed) {
self.proManager.reportEvent(event)
}
})