chore: Clippy fixes

This commit is contained in:
Ginger
2026-04-13 18:31:16 -04:00
parent 02f69a7160
commit a8a8e1ea51
25 changed files with 50 additions and 51 deletions
+1 -1
View File
@@ -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))