mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-25 22:01:19 +00:00
fix clippy
This commit is contained in:
parent
0e1f9c5f46
commit
f399ce1941
1 changed files with 0 additions and 2 deletions
|
@ -142,8 +142,6 @@ impl FromApubToForm<PersonExt> for PersonForm {
|
|||
_request_counter: &mut i32,
|
||||
_mod_action_allowed: bool,
|
||||
) -> Result<Self, LemmyError> {
|
||||
dbg!(person);
|
||||
dbg!(person.inner.is_kind(&UserTypes::Service));
|
||||
let avatar = match person.icon() {
|
||||
Some(any_image) => Some(
|
||||
Image::from_any_base(any_image.as_one().context(location_info!())?.clone())?
|
||||
|
|
Loading…
Reference in a new issue