Skip to content

Commit

Permalink
fix: Allow AtomicMap.convert to create new atoms for our own safe data
Browse files Browse the repository at this point in the history
  • Loading branch information
jzimbel-mbta committed Aug 29, 2024
1 parent 932d081 commit 994b852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/transit_data/glides_report/loader.ex
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ defmodule TransitData.GlidesReport.Loader do
|> Stream.map(fn {objects, timestamp, filename} ->
objects =
Stream.map(objects, fn obj ->
AtomicMap.convert(obj, underscore: false)
AtomicMap.convert(obj, safe: false, underscore: false)
end)

local_filename = s3_filename_to_local_filename(filename)
Expand Down

0 comments on commit 994b852

Please sign in to comment.