0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-22 13:57:51 +00:00
This commit is contained in:
Charlie Humphreys
2022-05-14 04:19:54 +00:00
parent 74d22a05d0
commit 452aa1feaf

View File

@@ -189,7 +189,7 @@ const updateBrew = async (req, res)=>{
console.error(err);
res.status(err?.status || err?.response?.status || 500).send(err.message || err);
});
}
};
brew.googleId = undefined;
} else if(!brew.googleId && saveToGoogle) {