Skip to content

Commit

Permalink
fix: don't apply filter to glides trips (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
nlwstein authored Jun 14, 2024
1 parent fc32a88 commit 9535ff3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/concentrate/group_filter/trip_descriptor_timestamp.ex
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,9 @@ defmodule Concentrate.GroupFilter.TripDescriptorTimestamp do
{TripDescriptor.update_timestamp(td, timestamp), vps, stus}
end

def filter({%TripDescriptor{route_id: "Green-" <> _}, _, _} = glides_trips) do
glides_trips
end

def filter(other), do: other
end

0 comments on commit 9535ff3

Please sign in to comment.