0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-28 20:03:02 +00:00

Fix review requested aggregation pipeline

This commit is contained in:
G.Ambatte
2024-06-08 16:08:18 +12:00
parent 00fd1e415c
commit bc7731b819

View File

@@ -222,7 +222,6 @@ router.get('/admin/lock/reviews', mw.adminOnly, async (req, res)=>{
{
$match :
{
'lock.locked' : true,
'lock.reviewRequested' : { '$exists': 1 }
},
}