diff --git a/client/homebrew/pages/homePage/homePage.jsx b/client/homebrew/pages/homePage/homePage.jsx index c70894093..f634a9387 100644 --- a/client/homebrew/pages/homePage/homePage.jsx +++ b/client/homebrew/pages/homePage/homePage.jsx @@ -38,9 +38,7 @@ const HomePage = createClass({ }, handleSave : function(){ request.post('/api') - .send({ - text : this.state.brew.text - }) + .send(this.state.brew) .end((err, res)=>{ if(err) return; const brew = res.body;