Skip to content

Commit

Permalink
prevent unwrap
Browse files Browse the repository at this point in the history
  • Loading branch information
kylerchin committed Nov 25, 2024
1 parent 9374fcd commit 29d0549
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/birch/nearby_departures.rs
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ pub async fn nearby_from_coords(

let stops_table = stops
.iter()
.filter(|stop| stop.chateau.as_str() != "greyhound~flix")
.map(|stop| {
(
(stop.chateau.clone(), stop.gtfs_id.clone()),
Expand Down

0 comments on commit 29d0549

Please sign in to comment.