random banner _actually_ from the selected board, that was pretty dumb

merge-requests/208/head
fatchan 5 years ago
parent 6e59f1ee85
commit b13d64a7cb
  1. 5
      models/pages/randombanner.js

@ -10,6 +10,11 @@ module.exports = async (req, res, next) => {
//agregate to get single random item from banners array
const board = await Boards.db.aggregate([
{
'$match': {
'_id': req.query.board
}
},
{
'$unwind': '$banners'
},

Loading…
Cancel
Save