fix: remove unused variable warning in ValidateSameInterval
This commit is contained in:
parent
bbae62313d
commit
446f75bcc1
2 changed files with 5 additions and 2 deletions
|
|
@ -115,7 +115,7 @@ defmodule Mv.MembershipFees.Changes.ValidateSameInterval do
|
|||
end
|
||||
|
||||
# Add validation error when types cannot be loaded
|
||||
defp add_type_validation_error(changeset, reason) do
|
||||
defp add_type_validation_error(changeset, _reason) do
|
||||
message = "Could not validate membership fee type intervals: type not found"
|
||||
|
||||
Ash.Changeset.add_error(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue