Skip to content

Commit

Permalink
fix: made Source fields public
Browse files Browse the repository at this point in the history
  • Loading branch information
ocni-dtu committed Feb 19, 2024
1 parent e14238d commit b3e9c05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/epd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ impl From<&String> for Unit {
#[derive(Debug, Deserialize, Serialize, JsonSchema)]
#[cfg_attr(feature = "jsbindings", derive(Tsify))]
pub struct Source {
name: String,
url: Option<String>,
pub name: String,
pub url: Option<String>,
}


Expand Down

0 comments on commit b3e9c05

Please sign in to comment.