mirror of https://github.com/LemmyNet/lemmy.git
Clippy fixes.
parent
a7540bd59f
commit
0bcdfa8be4
|
@ -128,7 +128,7 @@ where
|
||||||
let res2: Kind::ApubType = res.json().await?;
|
let res2: Kind::ApubType = res.json().await?;
|
||||||
|
|
||||||
Kind::verify(&res2, self.inner(), data, request_counter).await?;
|
Kind::verify(&res2, self.inner(), data, request_counter).await?;
|
||||||
Ok(Kind::from_apub(res2, data, request_counter).await?)
|
Kind::from_apub(res2, data, request_counter).await
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue