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

Reverse unnecessary change that was incorrectly included in previous commit.

This commit is contained in:
G.Ambatte
2021-02-21 13:07:47 +13:00
parent 9ee38ec7e3
commit 93cd933117

View File

@@ -128,6 +128,8 @@ const newGoogleBrew = async (req, res, next)=>{
req.body = brew;
console.log(oAuth2Client);
const newBrew = await GoogleActions.newGoogleBrew(oAuth2Client, brew);
return res.status(200).send(newBrew);