Skip to content

Commit

Permalink
Fix one typespec in TNM (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
phildarnowsky authored Aug 14, 2019
1 parent eb6e985 commit 726dbaa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/site/lib/site/transit_near_me.ex
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,7 @@ defmodule Site.TransitNearMe do
@type route_data :: %{
# route is a Route struct with an additional `header` attribute
required(:route) => map,
required(:stops_with_directions) => [stop_with_data],
required(:alert_count) => integer
required(:stops_with_directions) => [stop_with_data]
}

@doc """
Expand Down

0 comments on commit 726dbaa

Please sign in to comment.