mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-05 23:12:39 +00:00
Add thumbnail to UserPage data
This commit is contained in:
@@ -179,6 +179,7 @@ app.get('/user/:username', async (req, res, next)=>{
|
|||||||
'createdAt',
|
'createdAt',
|
||||||
'updatedAt',
|
'updatedAt',
|
||||||
'lastViewed',
|
'lastViewed',
|
||||||
|
'thumbnail',
|
||||||
'tags'
|
'tags'
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user