Skip to content

Commit

Permalink
feat(ScheduleNote): Update the schedule note for the summer rating (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
kotva006 authored Jun 17, 2024
1 parent a35f0e9 commit c0268f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/dotcom/schedule_note.ex
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ defmodule Dotcom.ScheduleNote do

def schedule_note(%Route{id: "Red"}) do
%__MODULE__{
peak_service: "7 \u2013 21 minutes",
saturday_service: "9 \u2013 20 minutes",
peak_service: "6 \u2013 20 minutes",
saturday_service: "9 \u2013 21 minutes",
sunday_service: "9 \u2013 20 minutes"
}
end
Expand Down Expand Up @@ -69,7 +69,7 @@ defmodule Dotcom.ScheduleNote do
%__MODULE__{
peak_service: "5 \u2013 6 minutes",
saturday_service: "10 \u2013 11 minutes",
sunday_service: "10 \u2013 11 minutes",
sunday_service: "13 \u2013 15 minutes",
offpeak_service: "7 \u2013 13 minutes"
}
end
Expand Down

0 comments on commit c0268f9

Please sign in to comment.