Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasfortes committed Dec 18, 2024
1 parent 54c9634 commit 4e4ac06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/backpex/fields/has_many.ex
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,6 @@ defmodule Backpex.Fields.HasMany do
defp get_assocs_by_ids(assoc_ids, schema, repo, field_options, assigns) do
case assoc_ids do
ids when is_list(ids) and ids != [] ->

filtered_ids = Enum.reject(ids, &(&1 == ""))

schema
Expand Down

0 comments on commit 4e4ac06

Please sign in to comment.