mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 07:09:35 +02:00
fix products bitmask parsing 🐛
This commit is contained in:
parent
03e5cd350d
commit
3680f1fe94
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ const createParseBitmask = (profile) => {
|
|||
bitmask -= pBitmask
|
||||
}
|
||||
else{
|
||||
res[product.product] = false
|
||||
res[product.id] = false
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue