mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-07-15 21:44:17 +02:00
fix(announce): fixed eslint warning
This commit is contained in:
@@ -923,7 +923,7 @@ exports.announce = function (req, res) {
|
||||
req.passkeyuser.globalUpdateMethod(true);
|
||||
req.torrent.globalUpdateMethod(true);
|
||||
|
||||
if(req.currentPeer) {
|
||||
if (req.currentPeer) {
|
||||
req.currentPeer.globalUpdateMethod(true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user