Skip to content

Commit

Permalink
Fix visibility of FactoryResetClientRequest field
Browse files Browse the repository at this point in the history
  • Loading branch information
sosthene-nitrokey committed Nov 16, 2023
1 parent 10baac2 commit 59dda98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pub struct FactoryResetDeviceRequest;
/// This will reset all data for a specific client
#[derive(Debug, Deserialize, Serialize, Clone)]
pub struct FactoryResetClientRequest {
client: PathBuf,
pub client: PathBuf,
}

#[allow(clippy::large_enum_variant)]
Expand Down

0 comments on commit 59dda98

Please sign in to comment.