Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit a0ce3aa

Browse files
committed
Fix lint error
1 parent 60c300e commit a0ce3aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/graphql/schema/member/build_type.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def parse_type(type_expr, null:)
5959
raise ArgumentError, LIST_TYPE_ERROR
6060
end
6161
list_type = true
62-
parse_type(type_expr.first, null: true)
62+
parse_type(inner_type, null: true)
6363
else
6464
raise ArgumentError, LIST_TYPE_ERROR
6565
end

0 commit comments

Comments
 (0)