Skip to content

Commit

Permalink
Revert "hotfix(TimetableController): scope route pattern query by date"
Browse files Browse the repository at this point in the history
This reverts commit 1e287b3.
  • Loading branch information
thecristen committed Aug 9, 2024
1 parent 1e287b3 commit a36590c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ defmodule DotcomWeb.ScheduleController.TimetableController do
trip_stops =
conn.assigns.route.id
|> @route_patterns_repo.by_route_id(
date: conn.assigns.date,
direction_id: conn.assigns.direction_id,
canonical: Routes.Route.type_atom(conn.assigns.route) in [:commuter_rail, :subway]
)
Expand Down

0 comments on commit a36590c

Please sign in to comment.