mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04:00
Clippy fixes.
This commit is contained in:
parent
a7540bd59f
commit
0bcdfa8be4
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user