mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-21 16:25:13 +02:00
Fix all lib/ files with ESLint rules with 0 errors.
This commit is contained in:
@@ -53,7 +53,7 @@ ChannelManager.prototype.keepalive = function(id) {
|
||||
|
||||
ChannelManager.prototype.check = function(id) {
|
||||
var channel = this.channels[id]
|
||||
, inactivePeriod = Date.now() - channel.lastActivity
|
||||
var inactivePeriod = Date.now() - channel.lastActivity
|
||||
|
||||
if (inactivePeriod >= channel.timeout) {
|
||||
this.unregister(id)
|
||||
|
||||
Reference in New Issue
Block a user