Skip to content

Commit

Permalink
fix(trending): use weekDay instead of day
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMaruchu committed Oct 15, 2019
1 parent d2fd895 commit 1212294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base/facets.js
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ export const TRENDING_HOUR_PER_DAY = {
{
$group: {
_id: {
day: '$day',
day: '$weekDay',
hour: '$hour',
},
countPerHour: {
Expand Down

0 comments on commit 1212294

Please sign in to comment.