mirror of
https://github.com/caprover/caprover
synced 2026-05-03 18:20:32 +00:00
Change priority of the pro
This commit is contained in:
@@ -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)
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user