0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-03 12:42:41 +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, text : migrateText,
renderer : 'V3' renderer : 'V3'
}; };
splitTextAndStyle(brew); splitTextStyleAndMetadata(brew);
req.brew = brew; req.brew = brew;
return next(); return next();
}); });