Fixing lint issue.
This commit is contained in:
parent
fba3ec987e
commit
039e78379f
|
@ -7,7 +7,7 @@ const APP_DEV_LOCK_SECONDS = 600
|
||||||
const AUTOMATION_TEST_FLAG_SECONDS = 60
|
const AUTOMATION_TEST_FLAG_SECONDS = 60
|
||||||
let devAppClient: RedisClient,
|
let devAppClient: RedisClient,
|
||||||
debounceClient: RedisClient,
|
debounceClient: RedisClient,
|
||||||
flagClient: RedisClient,
|
flagClient: RedisClient
|
||||||
|
|
||||||
// We need to maintain a duplicate client for socket.io pub/sub
|
// We need to maintain a duplicate client for socket.io pub/sub
|
||||||
let socketClient: RedisClient
|
let socketClient: RedisClient
|
||||||
|
|
Loading…
Reference in New Issue