From e2280197b94986f0f81b1e09cfa9846e9efd7db3 Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Mon, 21 Jun 2021 19:49:35 +1200 Subject: [PATCH] Unwinding hanging new line accidentally left after removing other code changes. --- server/homebrew.api.js | 1 - 1 file changed, 1 deletion(-) diff --git a/server/homebrew.api.js b/server/homebrew.api.js index 7d0e9670e..51c9903db 100644 --- a/server/homebrew.api.js +++ b/server/homebrew.api.js @@ -28,7 +28,6 @@ const mergeBrewText = (text, style)=>{ }; const newBrew = (req, res)=>{ - const brew = req.body; if(!brew.title) {