1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-28 15:41:29 +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}