| 22 | export const getChildClanDetails = idOrSlug => fetchJson(`/db/clan/${idOrSlug}/subclans`) |
| 23 | |
| 24 | export const getAILeagueStats = clanId => fetchJson(`/db/clan/${clanId}/league-stats`) |
| 25 | |
| 26 | export const getTournamentsByClan = clanId => fetchJson(`/db/tournaments?clanId=${clanId}`) |
nothing calls this directly
no outgoing calls
no test coverage detected