Skip to content

Commit

Permalink
Add seconds to stop times.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaddox5 committed Feb 26, 2025
1 parent e64e187 commit 1d9f5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/arrow/disruptions/replacement_service.ex
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ defmodule Arrow.Disruptions.ReplacementService do
[
%{
stop_id: route_stop.display_stop_id,
stop_time: current_stop_time
stop_time: "#{current_stop_time}:00"
}
]}
end)
Expand Down

0 comments on commit 1d9f5c0

Please sign in to comment.