Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
puripuri2100 committed May 11, 2024
1 parent b7128de commit 0c06bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jplaw_data_types/src/jorei.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pub struct JoreiData {
#[serde(default)]
pub collected_date: Vec<String>,
#[serde(default)]
pub updated_date: Vec<String>,
pub updated_date: Vec<Date>,
pub municipality_id: String,
#[serde(skip_serializing_if = "Option::is_none")]
pub prefecture: Option<String>,
Expand Down

0 comments on commit 0c06bad

Please sign in to comment.