Skip to content

Commit

Permalink
remove line
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-rychlewski committed Oct 11, 2024
1 parent 3eff49b commit 1f848b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ecto/repo/schema.ex
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,6 @@ defmodule Ecto.Repo.Schema do
changeset = Relation.surface_changes(changeset, struct, keep_fields ++ assocs)
changeset = update_in(changeset.changes, &Map.drop(&1, drop_fields))


wrap_in_transaction(adapter, adapter_meta, opts, changeset, assocs, embeds, prepare, fn ->
assoc_opts = assoc_opts(assocs, opts)
user_changeset = run_prepare(changeset, prepare)
Expand Down

0 comments on commit 1f848b0

Please sign in to comment.