Skip to content

Commit

Permalink
docs: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jul 13, 2021
1 parent 00f386e commit 552c13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pact_broker/pacts/pact_publication_dataset_module.rb
Expand Up @@ -75,7 +75,7 @@ def overall_latest
Sequel[:pp2][:consumer_version_order] > Sequel[:pact_publications][:consumer_version_order]
end
.where(Sequel[:pp2][:consumer_version_order] => nil)
.remove_overridden_revisions_from_complete_query
.remove_overridden_revisions_from_complete_query # do we need this?
end

def overall_latest_for_consumer_id_and_provider_id(consumer_id, provider_id)
Expand Down

0 comments on commit 552c13c

Please sign in to comment.