Skip to content

Commit

Permalink
fix: don't include VerifyTransfer in the codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Feb 24, 2025
1 parent 8e2bde0 commit a7f936f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/mix/tasks/ash_double_entry.install.ex
Original file line number Diff line number Diff line change
Expand Up @@ -346,13 +346,6 @@ if Code.ensure_loaded?(Igniter) do
has_many :balances, #{inspect(balance)}
end
changes do
change AshDoubleEntry.Transfer.Changes.VerifyTransfer do
only_when_valid? true
on [:create, :update, :destroy]
end
end
""")
end

Expand Down

0 comments on commit a7f936f

Please sign in to comment.