mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-11 02:32:41 +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 :
|
$match :
|
||||||
{
|
{
|
||||||
'lock.locked' : true,
|
|
||||||
'lock.reviewRequested' : { '$exists': 1 }
|
'lock.reviewRequested' : { '$exists': 1 }
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user