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:
Hannah Wolfe 2022-03-15 13:59:49 +00:00
parent b53296c4d5
commit 8da9d4e365
No known key found for this signature in database
GPG Key ID: AB586C3B5AE5C037

View File

@ -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),