mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 15:19:35 +02:00
fix products at station
This commit is contained in:
parent
6e61097687
commit
58485d53aa
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@ const createParseBitmask = (allProducts, defaultProducts) => {
|
||||||
res[product.product] = true
|
res[product.product] = true
|
||||||
bitmask -= product.bitmask
|
bitmask -= product.bitmask
|
||||||
}
|
}
|
||||||
|
else{
|
||||||
|
res[product.product] = false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return res
|
return res
|
||||||
|
|
Loading…
Add table
Reference in a new issue