mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-29 19:52:43 +00:00
Post merge fixes
This commit is contained in:
@@ -305,6 +305,8 @@ router.put('/api/lock/review/remove/:id', mw.adminOnly, async (req, res)=>{
|
||||
} catch (error) {
|
||||
console.error(error);
|
||||
return res.json({ status: 'ERROR', detail: `Unable to remove request for review on brew ID ${req.params.id}`, error });
|
||||
};
|
||||
});
|
||||
|
||||
// ####################### NOTIFICATIONS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user