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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user