0
0
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:
Charlie Humphreys
2022-06-25 00:43:47 -05:00
parent 8ee832e633
commit c7cfa86205
5 changed files with 6 additions and 24 deletions

View File

@@ -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)