0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +00:00

Unwinding hanging new line accidentally left after removing other code changes.

This commit is contained in:
G.Ambatte
2021-06-21 19:49:35 +12:00
parent a74916d593
commit e2280197b9

View File

@@ -28,7 +28,6 @@ const mergeBrewText = (text, style)=>{
};
const newBrew = (req, res)=>{
const brew = req.body;
if(!brew.title) {