From 7eaec80d968b5a379d6d600999dd4a01ced2a99a Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Sat, 28 May 2022 22:57:31 -0400 Subject: [PATCH] Fetch `published` prop for brew on user page --- server/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/server/app.js b/server/app.js index c04e9b370..dc7b388da 100644 --- a/server/app.js +++ b/server/app.js @@ -199,6 +199,7 @@ app.get('/user/:username', async (req, res, next)=>{ 'pageCount', 'description', 'authors', + 'published', 'views', 'shareId', 'editId',