Skip to content

Commit

Permalink
TEMP: TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
bfauble committed May 30, 2024
1 parent f97911c commit 213a286
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/parse/lib/parse/trip_updates.ex
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ defmodule Parse.TripUpdates do
Parse.CommuterRailDepartures.JSON.parse(blob)
end

require Logger

def parse(blob) do
Logger.warning("TEMP: debug parse")
blob
|> Parse.Realtime.FeedMessage.decode()
|> (fn message -> message.entity end).()
Expand Down

0 comments on commit 213a286

Please sign in to comment.