📝 Update comments and formatting in useChallongeTests composable

This commit is contained in:
2026-01-29 05:12:00 +00:00
parent df888ddfd7
commit 7f06b56fde

View File

@@ -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();
* ```
*/