mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-02-26 08:11:01 +01:00
fix(torrents): fixed rss issue
This commit is contained in:
@@ -2032,7 +2032,7 @@ exports.makeRss = function (req, res) {
|
||||
limit = parseInt(req.query.limit, 10);
|
||||
}
|
||||
Favorite.find({
|
||||
user: req.user._id
|
||||
user: req.passkeyuser._id
|
||||
}, 'torrent')
|
||||
.sort('-createdAt')
|
||||
.populate({
|
||||
|
||||
Reference in New Issue
Block a user