mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-13 06:32:39 +00:00
adding a note
This commit is contained in:
@@ -18,6 +18,7 @@ const statics = {
|
|||||||
|
|
||||||
let topBrews = [];
|
let topBrews = [];
|
||||||
const getTopBrews = ()=>{
|
const getTopBrews = ()=>{
|
||||||
|
//Add in filter of last 2 weeks
|
||||||
return BrewData.search({}, {
|
return BrewData.search({}, {
|
||||||
limit : 4,
|
limit : 4,
|
||||||
sort : {views : -1}
|
sort : {views : -1}
|
||||||
|
|||||||
Reference in New Issue
Block a user