0
0
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:
G.Ambatte
2025-03-27 18:25:56 +13:00
parent 7765cb31bf
commit ac89f428b2
4 changed files with 9 additions and 7 deletions

View File

@@ -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