refactor(types): remove dead catch-all clauses unreachable per success typing
This commit is contained in:
parent
d9a5a081df
commit
05f66ccf74
17 changed files with 14 additions and 74 deletions
|
|
@ -287,8 +287,6 @@ defmodule MvWeb.JoinLive do
|
|||
end
|
||||
end
|
||||
|
||||
defp member_field_input_type(_), do: "text"
|
||||
|
||||
defp member_field_atom(field_id) when is_binary(field_id) do
|
||||
Mv.Constants.member_fields()
|
||||
|> Enum.find(&(Atom.to_string(&1) == field_id))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue