Skip to content

Commit

Permalink
chore: fix argument
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Mar 19, 2024
1 parent c5ac268 commit dd97589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pact_broker/versions/service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def self.find_latest_by_pacticipant_name_and_branch_name(pacticipant_name, branc
end

def self.find_pacticipant_versions_in_reverse_order(pacticipant_name, options, pagination_options = {}, eager_load_associations = [])
version_repository.find_pacticipant_versions_in_reverse_order(pacticipant_name, options, pagination_options, eager_load_associations = [])
version_repository.find_pacticipant_versions_in_reverse_order(pacticipant_name, options, pagination_options, eager_load_associations)
end

def self.create_or_overwrite(pacticipant_name, version_number, version)
Expand Down

0 comments on commit dd97589

Please sign in to comment.