Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosolgo committed Oct 17, 2023
1 parent 5510004 commit 400024c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/graphql/schema/loader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ def build_fields(type_defn, fields, type_resolver)
while (of_type = unwrapped_field_hash["ofType"])
unwrapped_field_hash = of_type
end
type_name = unwrapped_field_hash["name"]

type_defn.field(
field_hash["name"],
Expand Down

0 comments on commit 400024c

Please sign in to comment.