mirror of
https://github.com/samsonjs/spirit-tracker.git
synced 2026-04-27 15:07:43 +00:00
feat: Tudor is a BC store
This commit is contained in:
parent
fa22726752
commit
54d15b4580
1 changed files with 1 additions and 1 deletions
|
|
@ -261,7 +261,7 @@ function buildMappedSkuSet(links, rules) {
|
||||||
|
|
||||||
function isBCStoreLabel(label) {
|
function isBCStoreLabel(label) {
|
||||||
const s = String(label || "").toLowerCase();
|
const s = String(label || "").toLowerCase();
|
||||||
return s.includes("bcl") || s.includes("strath") || s.includes("gull") || s.includes("legacy");
|
return s.includes("bcl") || s.includes("strath") || s.includes("gull") || s.includes("legacy") || s.includes("tudor");
|
||||||
}
|
}
|
||||||
|
|
||||||
function skuIsBC(allRows, skuKey) {
|
function skuIsBC(allRows, skuKey) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue