forked from AkkomaGang/akkoma
Apply suggestion to priv/repo/migrations/20200406100225_users_add_emoji.exs
This commit is contained in:
parent
24f760c2f7
commit
d698ecef9b
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ def up do
|
||||||
user.source_data
|
user.source_data
|
||||||
|> Map.get("tag", [])
|
|> Map.get("tag", [])
|
||||||
|> Enum.filter(fn
|
|> Enum.filter(fn
|
||||||
%{"type" => t} -> t == "Emoji"
|
%{"type" => "Emoji"} -> true
|
||||||
_ -> false
|
_ -> false
|
||||||
end)
|
end)
|
||||||
|> Enum.reduce(%{}, fn %{"icon" => %{"url" => url}, "name" => name}, acc ->
|
|> Enum.reduce(%{}, fn %{"icon" => %{"url" => url}, "name" => name}, acc ->
|
||||||
|
|
Loading…
Reference in a new issue