Skip to content

Commit

Permalink
Remove erroneous "end"
Browse files Browse the repository at this point in the history
  • Loading branch information
TannerRogalsky committed Jan 9, 2025
1 parent e72385f commit 994a00e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/absinthe/federation/schema/entity_union.ex
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ defimpl Absinthe.Federation.Schema.EntityUnion.Resolver, for: Any do
to_internal_name(typename, resolution.adapter)
end
end
end

defp to_internal_name(name, adapter) when is_nil(adapter) do
name
Expand Down

0 comments on commit 994a00e

Please sign in to comment.