0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-06-26 02:08:45 +00:00

Merge pull request #2197 from naturalcrit/FixPublishedPropNotFetched

Fetch `published` prop for brew on user page
This commit is contained in:
Trevor Buckner
2022-05-28 22:59:10 -04:00
committed by GitHub
+1
View File
@@ -199,6 +199,7 @@ app.get('/user/:username', async (req, res, next)=>{
'pageCount', 'pageCount',
'description', 'description',
'authors', 'authors',
'published',
'views', 'views',
'shareId', 'shareId',
'editId', 'editId',