mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-22 13:57:51 +00:00
lint
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user