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

Fix reference to old function

This commit is contained in:
Charlie Humphreys
2021-12-16 00:01:16 -06:00
parent 25c1d03cca
commit 0bc27e83ed

View File

@@ -148,7 +148,7 @@ app.get('/migrate', async (req, res, next)=>{
text : migrateText,
renderer : 'V3'
};
splitTextAndStyle(brew);
splitTextStyleAndMetadata(brew);
req.brew = brew;
return next();
});