remove unused var

lemmynsfw-changes
Felix Ableitner 2024-01-29 11:27:36 +01:00
parent b455cdc787
commit 4cac8149d3
1 changed files with 0 additions and 2 deletions

View File

@ -22,7 +22,6 @@ use lemmy_db_schema::{
},
source::{
community::CommunityFollower,
local_site::LocalSite,
local_user::LocalUser,
site::Site,
},
@ -221,7 +220,6 @@ impl CommunityView {
#[derive(Default)]
pub struct CommunityQuery<'a> {
pub local_site: LocalSite,
pub listing_type: Option<ListingType>,
pub sort: Option<SortType>,
pub local_user: Option<&'a LocalUser>,