mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 11:22:19 +03: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
@ -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…
Reference in New Issue
Block a user