Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosolgo committed Apr 26, 2024
1 parent d0ae4e7 commit e0ef989
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/graphql/execution/interpreter/runtime.rb
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,6 @@ def evaluate_selection_with_args(arguments, field_defn, ast_node, field_ast_node
after_lazy(arguments, field: field_defn, ast_node: ast_node, owner_object: object, arguments: arguments, result_name: result_name, result: selection_result, runtime_state: runtime_state) do |resolved_arguments, runtime_state|
return_type_non_null = return_type.non_null?
if resolved_arguments.is_a?(GraphQL::ExecutionError) || resolved_arguments.is_a?(GraphQL::UnauthorizedError)
owner_type = selection_result.graphql_result_type
continue_value(resolved_arguments, field_defn, return_type_non_null, ast_node, result_name, selection_result)
next
end
Expand Down

0 comments on commit e0ef989

Please sign in to comment.