diff --git a/http/src/v0/refs.rs b/http/src/v0/refs.rs index bf85f927b..028c14a11 100644 --- a/http/src/v0/refs.rs +++ b/http/src/v0/refs.rs @@ -355,7 +355,7 @@ pub fn local( } async fn inner_local(ipfs: Ipfs) -> Result { - let refs: Vec> = ipfs + let refs = ipfs .refs_local() .await .map_err(StringError::from)? @@ -367,14 +367,15 @@ async fn inner_local(ipfs: Ipfs) -> Result