Skip to content

Commit

Permalink
fix(facets): remove color field in item facet
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMaruchu committed Oct 24, 2019
1 parent 7973089 commit 60994dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/base/facets.js
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,6 @@ export const ITEM_FACET = {
_id: '$item._id',
count: { $sum: '$quantity' },
name: { $first: '$item.name' },
color: { $first: '$item.color' },
description: { $first: '$item.description' },
},
},
Expand Down

0 comments on commit 60994dc

Please sign in to comment.