Skip to content

Commit

Permalink
dialyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulJKim committed Apr 12, 2024
1 parent 3b883b3 commit e6a01d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/engine/last_trip_api.ex
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
defmodule Engine.LastTripAPI do
@callback get_recent_departures(String.t()) :: [Map.t()]
@callback get_recent_departures(String.t()) :: map()
@callback is_last_trip?(String.t()) :: boolean()
end

0 comments on commit e6a01d6

Please sign in to comment.