Skip to content

Commit

Permalink
update route_type check to use route_id in filter
Browse files Browse the repository at this point in the history
  • Loading branch information
bfauble authored Sep 19, 2024
1 parent cacf54e commit 5052c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/concentrate/group_filter/cancelled_trip.ex
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ defmodule Concentrate.GroupFilter.CancelledTrip do
TripDescriptor.schedule_relationship(td) == :CANCELED ->
cancel_group(group)

bus_block_waiver?(stop_time_updates, routes_module.route_type(trip_id)) ->
bus_block_waiver?(stop_time_updates, routes_module.route_type(route_id)) ->
cancel_group(group)

is_nil(time) ->
Expand Down

0 comments on commit 5052c02

Please sign in to comment.