Skip to content

Commit

Permalink
Merge pull request #3141 from OriginTrail/v6/devnet-4.3.0-hotfix1
Browse files Browse the repository at this point in the history
Updated repository to ignore duplicates on adding new service agreement
  • Loading branch information
djordjekovac authored Apr 19, 2024
2 parents 1320e33 + 122f117 commit afedf29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class ServiceAgreementRepository {

async bulkCreateServiceAgreementRecords(serviceAgreements) {
return this.model.bulkCreate(serviceAgreements, {
validate: true,
ignoreDuplicates: true,
});
}

Expand Down

0 comments on commit afedf29

Please sign in to comment.