0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Fixed dashboard stats member count (#19478)

refs e27a5c1
- should not be pluralized
This commit is contained in:
Steve Larson 2024-01-13 20:07:39 +01:00 committed by GitHub
parent d468563feb
commit 039df67990
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -525,7 +525,7 @@ export default class DashboardStatsService extends Service {
return;
}
const stats = yield this.membersStats.fetchMemberCounts();
const stats = yield this.membersStats.fetchMemberCount();
this.memberCountStats = stats.stats.map((d) => {
return {
...d,