Remove ? from Member::new()

This commit is contained in:
NicolasCantu 2025-03-26 12:39:57 +01:00
parent dc76e2126f
commit a02b752aaa

View File

@ -323,7 +323,7 @@ pub fn pair_device(process_id: String, mut sp_addresses: Vec<String>) -> ApiResu
.into_iter()
.map(|a| TryInto::<SilentPaymentAddress>::try_into(a).unwrap())
.collect(),
)?,
),
);
Ok(())