Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosolgo committed Nov 14, 2024
1 parent dcafcaa commit e1e63f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/graphql/schema/visibility/visit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def update_type_owner(owner, type)
pt << owner
end
int.interfaces.each do |indirect_int|
if indirect_int.is_a?(LateBoundType) && (indirect_int_type = get_type(indirect_int.graphql_name))
if indirect_int.is_a?(LateBoundType) && (indirect_int_type = get_type(indirect_int.graphql_name)) # rubocop:disable ContextIsPassedCop
update_type_owner(owner, indirect_int_type)
end
end
Expand Down

0 comments on commit e1e63f0

Please sign in to comment.