mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-29 17:42:38 +00:00
remove migration in favor of as-edited approach
This commit is contained in:
@@ -176,7 +176,8 @@ app.get('/user/:username', async (req, res, next)=>{
|
||||
'editId',
|
||||
'createdAt',
|
||||
'updatedAt',
|
||||
'lastViewed'
|
||||
'lastViewed',
|
||||
'tags'
|
||||
];
|
||||
|
||||
let brews = await HomebrewModel.getByUser(req.params.username, ownAccount, fields)
|
||||
|
||||
Reference in New Issue
Block a user