Skip to content

Commit a6a8ba2

Browse files
committed
feat(matrix): change groupby param to latestby
1 parent 7f37644 commit a6a8ba2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/pact_broker/matrix/parse_query.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ def self.call query
2525
if params.key?('scope')
2626
options[:scope] = params['scope']
2727
end
28-
if params.key?('groupby')
29-
options[:groupby] = params['groupby']
28+
if params.key?('latestby')
29+
options[:latestby] = params['latestby']
3030
end
3131
if params.key?('limit')
3232
options[:limit] = params['limit']

0 commit comments

Comments
 (0)