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:
@@ -222,7 +222,6 @@ router.get('/admin/lock/reviews', mw.adminOnly, async (req, res)=>{
|
||||
{
|
||||
$match :
|
||||
{
|
||||
'lock.locked' : true,
|
||||
'lock.reviewRequested' : { '$exists': 1 }
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user