diff --git a/code/websites/pokedex.online/src/composables/useChallongeTests.js b/code/websites/pokedex.online/src/composables/useChallongeTests.js index 1070e11..ae4e14d 100644 --- a/code/websites/pokedex.online/src/composables/useChallongeTests.js +++ b/code/websites/pokedex.online/src/composables/useChallongeTests.js @@ -1,12 +1,12 @@ /** * Challonge Tests Composable - * + * * Manages tournament testing operations including: * - Loading tournament lists with pagination * - Tournament detail fetching * - Search/filtering * - Helper utilities for tournament data access - * + * * @example * ```js * const { @@ -17,7 +17,7 @@ * loadMoreTournaments, * toggleTournamentDetails * } = useChallongeTests(client, apiVersion, tournamentScope); - * + * * await testListTournaments(); * ``` */