Skip to content

Commit

Permalink
fix copy paste issue
Browse files Browse the repository at this point in the history
  • Loading branch information
noogen committed May 27, 2022
1 parent 1f3c33c commit 6c07dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/primaryVendors.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class Handlers {
'AttributeFilterOperator': 'Or',
'Archived': false,
'OnHold': false,
'SearchString': useUPC12 ? gtin.slice(-14) : gtin,
'SearchString': useUPC12 ? gtin.slice(-12) : gtin,
'DataOwner': ownerId
}
const searchParams = {
Expand Down

0 comments on commit 6c07dee

Please sign in to comment.