mirror of
https://github.com/samsonjs/spirit-tracker.git
synced 2026-03-25 09:25:51 +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) {
|
||||
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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue