Enter Our Giveaways
Elixir Programming Language Forum
Modifying the response array objects
Questions & Help
Questions
phoenix
,
list
,
elixir-map
sahilpaudel
May 8, 2020, 4:59pm
5
|> Enum.map(fn x -> %{id: x.id, name: x.name} end)
This seems to have worked
show post in topic