Skip to content

Commit

Permalink
Remove unused attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuprog committed Jun 5, 2024
1 parent d48d8bf commit c57a335
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/polymorphic_embed/options_validator.ex
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ defmodule PolymorphicEmbed.OptionsValidator do
:schema,
:default
]
@valid_on_replace_options [:update, :delete]
@valid_on_type_not_found_options [:raise, :changeset_error, :nilify, :ignore]

def validate!(options) do
Expand Down

0 comments on commit c57a335

Please sign in to comment.