📝 Update comments and formatting in useChallongeTests composable
This commit is contained in:
@@ -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();
|
||||
* ```
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user