fix(feed): replicate all feed record on new feed

This commit is contained in:
Alexey Kasyanchuk
2018-07-22 14:17:26 +03:00
parent 2d41bacf9b
commit 7e08d70d56
2 changed files with 5 additions and 1 deletions

View File

@ -443,6 +443,8 @@ app.get('*', function(req, res)
// feed date clean
if(typeof torrent.feedDate !== 'undefined')
delete torrent.feedDate
return torrent
}
const insertTorrentToDB = (torrent, silent) => new Promise((resolve) => {