Skip to content

Commit

Permalink
chore: fix error in elixir 1.17
Browse files Browse the repository at this point in the history
closes #100
  • Loading branch information
zachdaniel committed Jun 10, 2024
1 parent 73f9143 commit 52dff60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/spark/dsl.ex
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ defmodule Spark.Dsl do
key in parent_opts[:single_extension_kinds] ->
fragments_set =
Enum.filter(fragments, fn fragment ->
fragment.opts
fragment.opts()
|> Spark.Dsl.expand_modules(parent_opts, __CALLER__)
|> elem(0)
|> Keyword.get(key)
Expand Down

0 comments on commit 52dff60

Please sign in to comment.