Skip to content

Commit

Permalink
type check
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshull committed Feb 11, 2025
1 parent aad1791 commit 29e341c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dotcom/alerts/disruptions/subway.ex
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ defmodule Dotcom.Alerts.Disruptions.Subway do
@doc """
Disruptions that occur any time after today's service range.
"""
@spec future_disruptions() :: %{Utils.ServiceDateTime.service_range() => [Alert.t()]}
@spec future_disruptions() :: %{Utils.ServiceDateTime.named_service_range() => [Alert.t()]}
def future_disruptions() do
disruption_groups() |> Map.take([:later_this_week, :next_week, :after_next_week])
end
Expand Down

0 comments on commit 29e341c

Please sign in to comment.