mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Updated subscriber count used in dashboard 5.0
refs https://github.com/TryGhost/Team/issues/1538
This commit is contained in:
parent
78034d58b5
commit
0b45de28be
1 changed files with 2 additions and 2 deletions
|
@ -502,8 +502,8 @@ export default class DashboardStatsService extends Service {
|
|||
}
|
||||
|
||||
const [paid, free] = yield Promise.all([
|
||||
this.membersCountCache.count('subscribed:true+status:-free'),
|
||||
this.membersCountCache.count('subscribed:true+status:free')
|
||||
this.membersCountCache.count('newsletters.status:active+status:-free'),
|
||||
this.membersCountCache.count('newsletters.status:active+status:free')
|
||||
]);
|
||||
|
||||
this.newsletterSubscribers = {
|
||||
|
|
Loading…
Add table
Reference in a new issue