fix: remove unused variable warning in ValidateSameInterval

This commit is contained in:
Moritz 2025-12-15 12:23:19 +01:00
parent bbae62313d
commit 446f75bcc1
Signed by: moritz
GPG key ID: 1020A035E5DD0824
2 changed files with 5 additions and 2 deletions

View file

@ -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(