mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
Fix all lib/ files with ESLint rules with 0 errors.
This commit is contained in:
@@ -50,7 +50,7 @@ Storage.prototype.check = function() {
|
||||
|
||||
Object.keys(this.files).forEach(function(id) {
|
||||
var file = this.files[id]
|
||||
, inactivePeriod = now - file.lastActivity
|
||||
var inactivePeriod = now - file.lastActivity
|
||||
|
||||
if (inactivePeriod >= file.timeout) {
|
||||
this.remove(id)
|
||||
|
||||
Reference in New Issue
Block a user