refactor(types): drop guards and clauses that can never succeed
This commit is contained in:
parent
ec6422d450
commit
6a4a99f638
6 changed files with 3 additions and 9 deletions
|
|
@ -473,9 +473,6 @@ defmodule Mv.Membership.MemberExport do
|
|||
computed_fields,
|
||||
member_fields
|
||||
) do
|
||||
computed_fields = computed_fields || []
|
||||
member_fields = member_fields || []
|
||||
|
||||
db_with_insert =
|
||||
Enum.flat_map(db_fields_ordered, fn f ->
|
||||
expand_field_with_computed(f, member_fields, computed_fields)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue