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:
@@ -187,7 +187,7 @@ const EditPage = createClass({
|
||||
return;
|
||||
});
|
||||
|
||||
this.savedBrew = res.body.brew;
|
||||
this.savedBrew = res.body;
|
||||
}
|
||||
} else {
|
||||
console.log('Saving Locally');
|
||||
|
||||
Reference in New Issue
Block a user