0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-30 19:42:43 +00:00

Code Cleanup

Remove req, res from update, new, and getFolder google actions
This commit is contained in:
Trevor Buckner
2020-10-06 14:08:51 -04:00
parent 35e1ce0df2
commit 657a374895
3 changed files with 30 additions and 168 deletions

View File

@@ -187,7 +187,7 @@ const EditPage = createClass({
return;
});
this.savedBrew = res.body.brew;
this.savedBrew = res.body;
}
} else {
console.log('Saving Locally');