Skip to content

Commit

Permalink
feat(matrix): change groupby param to latestby
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Nov 6, 2017
1 parent 7f37644 commit a6a8ba2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/pact_broker/matrix/parse_query.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ def self.call query
if params.key?('scope')
options[:scope] = params['scope']
end
if params.key?('groupby')
options[:groupby] = params['groupby']
if params.key?('latestby')
options[:latestby] = params['latestby']
end
if params.key?('limit')
options[:limit] = params['limit']
Expand Down

0 comments on commit a6a8ba2

Please sign in to comment.