mirror of
https://github.com/samsonjs/spirit-tracker.git
synced 2026-03-25 09:25:51 +00:00
link sku
This commit is contained in:
parent
9552daeef8
commit
48dc46aae7
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ export function recommendSimilar(
|
|||
|
||||
// (Optional) original mapped exclusion lives here in your codebase.
|
||||
// Keep it if you want, but it wasn't your issue:
|
||||
if (mappedSkus && mappedSkus.has(itSku)) continue;
|
||||
// if (mappedSkus && mappedSkus.has(itSku)) continue;
|
||||
|
||||
// SMWS exact NUM.NUM match => keep at top
|
||||
if (pinnedSmws) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue