( collectionId: string, limit = 30, )
| 5 | const repo = () => getStatsRepository(isGuest()) |
| 6 | |
| 7 | export const getCollectionStats = async ( |
| 8 | collectionId: string, |
| 9 | limit = 30, |
| 10 | ): Promise<CollectionStats> => { |
| 11 | return repo().getCollectionStats(collectionId, limit) |
| 12 | } |
no test coverage detected