mirror of
https://github.com/samsonjs/spirit-tracker.git
synced 2026-03-25 09:25:51 +00:00
feat: Gull and legacy are BC Stores
This commit is contained in:
parent
fa6fd99991
commit
6e21757956
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ function buildMappedSkuSet(links) {
|
|||
|
||||
function isBCStoreLabel(label) {
|
||||
const s = String(label || "").toLowerCase();
|
||||
return s.includes("bcl") || s.includes("strath");
|
||||
return s.includes("bcl") || s.includes("strath")|| s.includes("gull")|| s.includes("legacy");
|
||||
}
|
||||
|
||||
function skuIsBC(allRows, skuKey) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue