From aeb5300da07634e7413dfc439172f9b7e29fd1fd Mon Sep 17 00:00:00 2001 From: Erick Hitter <services@ethitter.com> Date: Fri, 13 Jan 2017 22:07:21 -0800 Subject: [PATCH] Formatting fix --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 490fc71..e972bc2 100644 --- a/index.js +++ b/index.js @@ -34,7 +34,7 @@ app.post('/post', function(req, res){ // Don't bother if there's nothing to look up if ( 'undefined' === typeof req.body.text || ! req.body.text.length ) { - return res.sendStatus( 400 ); + return res.sendStatus( 400 ); } var parsed_url = url.format({ -- GitLab