mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-06-16 02:21:34 +02:00
fix(torrents): fixed eslint warning
This commit is contained in:
@@ -1981,7 +1981,7 @@ exports.siteInfo = function (req, res) {
|
||||
totalVipUsers: results[6],
|
||||
totalIdleUsers: results[7],
|
||||
totalBannedUsers: results[8],
|
||||
totalInactiveUsers: results[9],
|
||||
totalInactiveUsers: results[9]
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user