fix additional route

This commit is contained in:
Nicholas Orlowsky 2025-10-08 07:29:29 -04:00
parent bc730807e1
commit 73a52b4c95
No known key found for this signature in database
GPG key ID: A9F3BA4C0AA7A70B
2 changed files with 1 additions and 66 deletions

View file

@ -134,7 +134,7 @@ pub async fn get_schedule_by_route_id(
AND
septa_schedule_days.service_id = septa_stop_schedules.service_id
WHERE
septa_stop_schedules.route_id = $1 OR septa_stop_schedules.route_id = 'B2'
septa_stop_schedules.route_id = $1
;"#,
id.clone(),
schedule_day_str.clone()