diff --git a/api_types.go b/api_types.go index a361b83..ceaaed1 100644 --- a/api_types.go +++ b/api_types.go @@ -33,7 +33,7 @@ type SoccerSeason struct { NumberOfMatchdays uint16 NumberOfTeams uint16 NumberOfGames uint16 - LastUpdates time.Time + LastUpdated time.Time } // Contains the fixture and the head to head information delivered by the API