Skip to content

Commit

Permalink
chore: fetch type in include_source/3
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Oct 17, 2023
1 parent eca3b84 commit 7301e09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ash/type/type.ex
Original file line number Diff line number Diff line change
Expand Up @@ -831,6 +831,7 @@ defmodule Ash.Type do
end

def include_source(type, changeset, constraints) do
type = get_type(type)
type.include_source(changeset, constraints)
end

Expand Down

0 comments on commit 7301e09

Please sign in to comment.