fix(replication): fix error on replication

This commit is contained in:
Alexey Kasyanchuk
2018-03-30 22:52:01 +03:00
parent 2ba49380f6
commit b5c19ccae6
2 changed files with 4 additions and 2 deletions

View File

@ -10,7 +10,8 @@ module.exports = ({
torrentClient, torrentClient,
spider, spider,
upnp, upnp,
crypto crypto,
insertTorrentToDB
}) => { }) => {
let torrentClientHashMap = {} let torrentClientHashMap = {}

View File

@ -684,7 +684,8 @@ API({
torrentClient, torrentClient,
spider, spider,
upnp, upnp,
crypto crypto,
insertTorrentToDB
}) })
let fakeTorrents = []; let fakeTorrents = [];