Clippy fixes.

This commit is contained in:
Dessalines 2022-04-11 18:51:11 -04:00
parent a7540bd59f
commit 0bcdfa8be4

View file

@ -128,7 +128,7 @@ where
let res2: Kind::ApubType = res.json().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
}
}