Skip to content

Commit 16fa555

Browse files
committed
fix lint error
1 parent e70aa5c commit 16fa555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/graphql/query/context.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def dig(key, *other_keys)
132132
each_path_ctx do |path_ctx|
133133
if path_ctx && path_ctx.key?(key)
134134
found_value = path_ctx[key]
135-
if other_keys.any?
135+
if other_keys.any?
136136
return found_value.dig(*other_keys)
137137
else
138138
return found_value

0 commit comments

Comments
 (0)