Skip to content

Commit

Permalink
Remove unused members from Journey struct
Browse files Browse the repository at this point in the history
  • Loading branch information
chefe committed Jun 13, 2021
1 parent 8e7fda1 commit d0eeb04
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/api/models.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ pub struct Walk {
#[derive(Deserialize, Debug, Clone)]
pub struct Journey {
pub name: Option<String>,
pub category: String,
pub number: String,
pub operator: String,
pub to: String,

#[serde(rename = "passList")]
Expand Down

0 comments on commit d0eeb04

Please sign in to comment.