0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 14:12:40 +00:00

Make Changelog split text and style

This commit is contained in:
Trevor Buckner
2021-09-09 23:17:46 -04:00
parent bb65739886
commit e070601b28

View File

@@ -138,6 +138,7 @@ app.get('/changelog', async (req, res, next)=>{
text : changelogText,
renderer : 'V3'
};
splitTextAndStyle(brew);
req.brew = brew;
return next();
});