diff --git a/parse/products-bitmask.js b/parse/products-bitmask.js index 133466c6..c1fb9b69 100644 --- a/parse/products-bitmask.js +++ b/parse/products-bitmask.js @@ -20,7 +20,7 @@ const createParseBitmask = (profile) => { bitmask -= pBitmask } else{ - res[product.product] = false + res[product.id] = false } }