enroll team polish?
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user