Remove unused fields in game struct.
This commit is contained in:
parent
b07c4abd88
commit
bc974f44f4
@ -23,10 +23,8 @@ pub struct Date {
|
|||||||
pub struct Game {
|
pub struct Game {
|
||||||
pub season: String,
|
pub season: String,
|
||||||
pub teams: Teams,
|
pub teams: Teams,
|
||||||
// pub date: String,
|
|
||||||
pub official_date: String,
|
pub official_date: String,
|
||||||
pub game_date: String,
|
pub game_date: String,
|
||||||
// pub opponent: String,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Serialize, Deserialize, Debug, Clone)]
|
#[derive(Serialize, Deserialize, Debug, Clone)]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user