0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-12 21:52:42 +00:00

adding a note

This commit is contained in:
Scott Tolksdorf
2017-06-04 10:14:33 -04:00
parent 380bbd661f
commit 87a9c46202

View File

@@ -18,6 +18,7 @@ const statics = {
let topBrews = [];
const getTopBrews = ()=>{
//Add in filter of last 2 weeks
return BrewData.search({}, {
limit : 4,
sort : {views : -1}