mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Removed unused members.stats serializer
- There is no matching endpoint for this serializer - Instead there are specialised endpoints like memberStats
This commit is contained in:
parent
b53296c4d5
commit
8da9d4e365
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@ module.exports = {
|
|||
exportCSV: createSerializer('exportCSV', exportCSV),
|
||||
|
||||
importCSV: createSerializer('importCSV', passthrough),
|
||||
stats: createSerializer('stats', passthrough),
|
||||
memberStats: createSerializer('memberStats', passthrough),
|
||||
mrrStats: createSerializer('mrrStats', passthrough),
|
||||
subscriberStats: createSerializer('subscriberStats', passthrough),
|
||||
|
|
Loading…
Add table
Reference in a new issue