Skip to content

Commit 71fbe21

Browse files
committed
Fix variable name (Code Climate)
1 parent b066645 commit 71fbe21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/graphiti/delegates/pagination.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def links
2121
private
2222

2323
def pagination_params
24-
@pagination_params ||= @proxy.query.params.reject { |k, _| [:action, :controller, :format].include?(k) }
24+
@pagination_params ||= @proxy.query.params.reject { |key, _| [:action, :controller, :format].include?(key) }
2525
end
2626

2727
def pagination_link(page)

0 commit comments

Comments
 (0)