You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
placer14
changed the title
TerminateMessages params extraction may interpret empty array as nullTerminateSector params extraction may interpret empty array as nullJul 7, 2022
placer14
changed the title
TerminateSector params extraction may interpret empty array as nullTerminateSectors params extraction may interpret empty array as nullJul 7, 2022
Describe the bug:
We have found a case where the
TerminateSectors
params contained the following:{ "Terminations": [] }
Upon extracting this w lily via
parsed_messages
model, it comes out like this:{ "Terminations": null }
This breaks the consistency of that value always being an array. It should be fixed to properly extract as
{"Terminations": []}
in the exported data.Example: https://filfox.info/en/message/bafy2bzaceb7ncdapqvbefefczhc63afexfeytxhtgrix7dvk4jyvurribtfk2
Lily Version: v0.11.0
The text was updated successfully, but these errors were encountered: