mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 14:36:16 +01:00
Use default parameters in TSS request
This commit is contained in:
@@ -22,9 +22,7 @@ impl TSSRequest {
|
||||
"@UUID".into(),
|
||||
uuid::Uuid::new_v4().to_string().to_uppercase().into(),
|
||||
);
|
||||
Self {
|
||||
inner: Default::default(),
|
||||
}
|
||||
Self { inner }
|
||||
}
|
||||
|
||||
pub fn insert(&mut self, key: impl Into<String>, val: impl Into<Value>) {
|
||||
|
||||
Reference in New Issue
Block a user