We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c504ba commit dd87925Copy full SHA for dd87925
lib/pact_broker/ui/controllers/matrix.rb
@@ -42,7 +42,7 @@ class Matrix < Base
42
43
get "/provider/:provider_name/consumer/:consumer_name" do
44
selectors = [{ pacticipant_name: params[:consumer_name] }, { pacticipant_name: params[:provider_name] } ]
45
- options = {latestby: nil, limit: 100}
+ options = {latestby: 'cvpv', limit: 100}
46
lines = matrix_service.find(selectors, options)
47
lines = PactBroker::UI::ViewDomain::MatrixLines.new(lines)
48
locals = {
0 commit comments