fix products bitmask parsing 🐛

This commit is contained in:
Jannis R 2018-04-09 19:37:44 +02:00
parent 03e5cd350d
commit 3680f1fe94
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5

View file

@ -20,7 +20,7 @@ const createParseBitmask = (profile) => {
bitmask -= pBitmask bitmask -= pBitmask
} }
else{ else{
res[product.product] = false res[product.id] = false
} }
} }