Fix typo in SoccerSeason definition.
parent
cb21cdb829
commit
c3d9a59b0d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue