We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e686560 commit 93c24e6Copy full SHA for 93c24e6
1 file changed
src/Infrastructure/Calendar/JsonCalendar.php
@@ -99,11 +99,11 @@ private function formatStarters(array $starters): array
99
'athlete_id' => $starter->athleteId,
100
'first_name' => $starter->firstName,
101
'last_name' => $starter->lastName,
102
- 'country' => $starter->country,
103
'gender' => $starter->gender,
104
- 'disciplines' => $this->buildStarterDisciplines($starter),
+ 'country' => $starter->country,
105
'photo_url' => $starter->photoUrl,
106
'instagram' => $starter->instagram,
+ 'disciplines' => $this->buildStarterDisciplines($starter),
107
];
108
109
return array_map($format, $starters);
0 commit comments