0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-31 02:12:43 +00:00

Add file link to Google icon on User Page

This commit is contained in:
G.Ambatte
2023-08-07 22:03:17 +12:00
parent b2e7b28b65
commit cca882869d
3 changed files with 7 additions and 3 deletions

View File

@@ -257,6 +257,7 @@ app.get('/user/:username', async (req, res, next)=>{
brew.pageCount = googleBrews[match].pageCount;
brew.renderer = googleBrews[match].renderer;
brew.version = googleBrews[match].version;
brew.webViewLink = googleBrews[match].webViewLink;
googleBrews.splice(match, 1);
}
}