Skip to content

Commit

Permalink
fix: properly add all types of extensions in mix ash.patch.extend
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Sep 13, 2024
1 parent 241e7b6 commit 42a5ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mix/tasks/patch/ash.patch.extend.ex
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ defmodule Mix.Tasks.Ash.Patch.Extend do
Spark.Igniter.add_extension(igniter, module, Ash.Resource, :authorizers, extension)

true ->
igniter
Spark.Igniter.add_extension(igniter, module, Ash.Resource, :extensions, extension)
end
end

Expand Down

0 comments on commit 42a5ee4

Please sign in to comment.