From 7f06b56fdea8acecb792ceb9c7a42bc29704985c Mon Sep 17 00:00:00 2001 From: FragginWagon Date: Thu, 29 Jan 2026 05:12:00 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20comments=20and=20format?= =?UTF-8?q?ting=20in=20useChallongeTests=20composable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pokedex.online/src/composables/useChallongeTests.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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(); * ``` */