mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 18:32:41 +00:00
Try again...
This commit is contained in:
@@ -32,7 +32,7 @@ const junkBrewQuery = HomebrewModel.find({
|
||||
createdAt : {
|
||||
$lt : Moment().subtract(30, 'days').toDate()
|
||||
}
|
||||
});
|
||||
}).limit(100).maxTime(60000);
|
||||
|
||||
router.get('/admin/cleanup', mw.adminOnly, (req, res)=>{
|
||||
junkBrewQuery.exec((err, objs)=>{
|
||||
|
||||
Reference in New Issue
Block a user