random imporvements

This commit is contained in:
yohlo
2025-08-24 12:53:34 -05:00
parent 1015f63f7e
commit 466a3365f0
6 changed files with 154 additions and 48 deletions

View File

@@ -28,7 +28,6 @@ export function createTournamentsService(pb: PocketBase) {
sort: "-created",
});
console.log(result);
return result.map(transformTournament);
},
async createTournament(data: TournamentInput): Promise<Tournament> {