Skip to content

Commit

Permalink
Fix dialyzer warnings for delete_by/2
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrenner committed Jan 24, 2024
1 parent 2b2aba8 commit d025ab2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/algolia.ex
Original file line number Diff line number Diff line change
Expand Up @@ -477,9 +477,7 @@ defmodule Algolia do
defp sanitize_delete_by_opts(opts) do
Keyword.drop(opts, [
:hitsPerPage,
:attributesToRetrieve,
"hitsPerPage",
"attributesToRetrieve"
:attributesToRetrieve
])
end

Expand Down

0 comments on commit d025ab2

Please sign in to comment.