0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-28 15:42:38 +00:00

Merge pull request #4476 from 5e-Cleric/fix-googleId-error

handle getid uncatched error
This commit is contained in:
Trevor Buckner
2025-10-15 17:09:17 -04:00
committed by GitHub

View File

@@ -481,6 +481,7 @@ const api = {
await HomebrewModel.deleteOne({ editId: id });
return next();
}
throw(err);
}
let brew = req.brew;