style: Fix clippy

This commit is contained in:
Jade Ellis
2025-12-19 00:35:38 +00:00
parent 705fa6c5c6
commit 8fd15f26ce
2 changed files with 5 additions and 9 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ pub(crate) async fn search_events_route(
Ok(Response {
search_categories: ResultCategories {
room_events: room_events_result
room_events: Box::pin(room_events_result)
.await
.unwrap_or_else(|| Ok(ResultRoomEvents::default()))?,
},