fix: typo in rebase

This commit is contained in:
Zach Daniel 2022-08-18 14:44:13 -04:00
parent 1d3b26d1c7
commit b5796ff65b

View file

@ -297,7 +297,7 @@ defmodule Ash.Actions.Create do
changeset.resource changeset.resource
|> Ash.Resource.Info.relationships() |> Ash.Resource.Info.relationships()
|> Enum.filter(&(&1.type == :belongs_to)) |> Enum.filter(&(&1.type == :belongs_to))
|> Enum.map(& &1.source_field) |> Enum.map(& &1.source_attribute)
final_check = final_check =
changeset.resource changeset.resource