Skip to content

Commit

Permalink
chore: remove duplicate key
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Apr 25, 2019
1 parent 72997a7 commit 14fe19f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/pact_broker/pacts/service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ def create_pact params, version, provider
pact_version_sha = generate_sha(params[:json_content])
json_content = add_interaction_ids(params[:json_content])
pact = pact_repository.create(
json_content: params[:json_content],
version_id: version.id,
provider_id: provider.id,
consumer_id: version.pacticipant_id,
Expand Down

0 comments on commit 14fe19f

Please sign in to comment.