mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
chore: Clippy fixes
This commit is contained in:
@@ -50,7 +50,7 @@ pub(crate) async fn search_events_route(
|
||||
|
||||
if let Some(criteria) = &body.search_categories.room_events {
|
||||
result_categories.room_events =
|
||||
category_room_events(&services, sender_user, next_batch, criteria).await?
|
||||
category_room_events(&services, sender_user, next_batch, criteria).await?;
|
||||
}
|
||||
|
||||
Ok(Response::new(result_categories))
|
||||
|
||||
Reference in New Issue
Block a user