play walkout songs
This commit is contained in:
@@ -100,7 +100,7 @@ export function createPlayersService(pb: PocketBase) {
|
||||
expand: "tournament,home,away",
|
||||
});
|
||||
|
||||
return result.map(transformMatch);
|
||||
return result.map((match) => transformMatch(match));
|
||||
},
|
||||
|
||||
async getUnenrolledPlayers(tournamentId: string): Promise<Player[]> {
|
||||
|
||||
Reference in New Issue
Block a user