Skip to content

Commit

Permalink
remove redundant with
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshull committed May 2, 2024
1 parent 3513977 commit 6079d4d
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions lib/schedules/hours_of_operation.ex
Original file line number Diff line number Diff line change
Expand Up @@ -245,19 +245,13 @@ defmodule Schedules.HoursOfOperation do
special_service_params,
departure_fn
) do
with {:ok, special_service_depature_maps} <-
special_service_departures_parser(
special_service_responses,
headsigns,
:rapid_transit,
special_service_params,
departure_fn
) do
{
:ok,
special_service_depature_maps
}
end
special_service_departures_parser(
special_service_responses,
headsigns,
:rapid_transit,
special_service_params,
departure_fn
)
end

defp special_service_departures(_, _, _, _, _) do
Expand Down

0 comments on commit 6079d4d

Please sign in to comment.