Skip to content

Commit

Permalink
fix: related products being picked up on scan (#954)
Browse files Browse the repository at this point in the history
  • Loading branch information
reesvarney committed Nov 27, 2020
1 parent 3286d62 commit db18157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/model/scan.ts
Expand Up @@ -74,7 +74,7 @@ export const Scan: Store = {
],
linksBuilder: {
builder: getProductLinksBuilder({
productsSelector: 'ul.productColumns li.product',
productsSelector: 'ul.productColumns:not(.related) li.product',
sitePrefix: 'https://www.scan.co.uk',
titleSelector: '.details .description',
urlSelector: 'a[href]'
Expand Down

0 comments on commit db18157

Please sign in to comment.