Skip to content

Commit

Permalink
linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Dec 29, 2023
1 parent 3940660 commit 86c5c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/main-api/src/search/search_executor/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ pub async fn do_geoentry_search(
Ok(response) => {
let (section_buildings, mut section_rooms) = merger::merge_search_results(
&args,
response.results.get(0).unwrap(),
response.results.first().unwrap(),
response.results.get(1).unwrap(),
response.results.get(2).unwrap(),
);
Expand Down

0 comments on commit 86c5c7d

Please sign in to comment.