mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-13 08:42:42 +00:00
Starting on the brew card
This commit is contained in:
@@ -34,7 +34,8 @@ module.exports = (BrewModel) => {
|
||||
opts.page = _.toNumber(opts.page);
|
||||
|
||||
let filter = {
|
||||
text : 0
|
||||
text : 0,
|
||||
style : 0
|
||||
};
|
||||
|
||||
if(!fullAccess){
|
||||
|
||||
Reference in New Issue
Block a user