Skip to content

Commit

Permalink
[#6]: Change mandatory fields for administrative information
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspustina committed Nov 9, 2020
1 parent 227dc6a commit 2d46ab3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/client/get_station_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,10 @@ pub struct User {

#[derive(Debug, Serialize, Deserialize)]
pub struct Administrative {
pub country: Option<String>,
pub feel_like_algo: u64,
pub lang: String,
pub pressureunit: u64,
pub pressureunit: Option<u64>,
pub reg_locale: String,
pub unit: u64,
pub windunit: u64,
Expand Down

0 comments on commit 2d46ab3

Please sign in to comment.