Skip to content

Commit

Permalink
fix: Another funny nullable field
Browse files Browse the repository at this point in the history
thanks jira very cool
  • Loading branch information
MrExplode committed Nov 11, 2023
1 parent 4a8a2f8 commit 38f16a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ pub struct Changelog {
#[serde(rename_all = "camelCase")]
pub struct ChangelogItem {
pub field: String,
pub field_id: String,
pub from_string: Option<String>,
pub to_string: Option<String>,
}
Expand Down

0 comments on commit 38f16a8

Please sign in to comment.