enroll team polish?

This commit is contained in:
yohlo
2025-09-17 20:20:52 -05:00
parent cac42c9b29
commit 285a33c488
22 changed files with 411 additions and 124 deletions

View File

@@ -22,6 +22,7 @@ export function transformTeamInfo(record: any): TeamInfo {
primary_color: record.primary_color,
accent_color: record.accent_color,
players,
logo: record.logo
};
}
@@ -108,7 +109,7 @@ export function transformTeam(record: any): Team {
song_artist: record.song_artist,
song_album: record.song_album,
song_start: record.song_start,
song_end: 0,
song_end: record.song_end,
song_image_url: record.song_image_url,
created: record.created,
updated: record.updated,