feat: Tudor is a BC store

This commit is contained in:
Brennan Wilkes (Text Groove) 2026-01-29 19:46:35 -08:00
parent fa22726752
commit 54d15b4580

View file

@ -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) {