Skip to content

Commit

Permalink
remove unused attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulJKim committed May 1, 2024
1 parent 9695750 commit 9edf03e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/predictions/last_trip.ex
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
defmodule Predictions.LastTrip do
@hour_in_seconds 3600

defp get_running_trips(predictions_feed) do
predictions_feed["entity"]
|> Stream.map(& &1["trip_update"])
Expand Down

0 comments on commit 9edf03e

Please sign in to comment.