Skip to content

Commit

Permalink
fix: update opts usage on Names.fetch_previous_list/2 (#825)
Browse files Browse the repository at this point in the history
  • Loading branch information
sborrazas committed Aug 5, 2022
1 parent a2eaaa0 commit c5e7f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ae_mdw/names.ex
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ defmodule AeMdw.Names do
nil

Model.name(previous: previous) = name ->
{render_name_info(state, name, false), previous}
{render_name_info(state, name, []), previous}
end)
|> Enum.to_list()

Expand Down

0 comments on commit c5e7f40

Please sign in to comment.