Fix lint
This commit is contained in:
parent
f99a3f7dce
commit
1c30b112b9
|
@ -184,7 +184,7 @@ class JobQueue {
|
||||||
|
|
||||||
this.jobRedisPrefix = 'bull-' + WEBSERVER.HOST
|
this.jobRedisPrefix = 'bull-' + WEBSERVER.HOST
|
||||||
|
|
||||||
for (const handlerName of (Object.keys(handlers) as JobType[])) {
|
for (const handlerName of Object.keys(handlers)) {
|
||||||
this.buildWorker(handlerName)
|
this.buildWorker(handlerName)
|
||||||
this.buildQueue(handlerName)
|
this.buildQueue(handlerName)
|
||||||
this.buildQueueScheduler(handlerName)
|
this.buildQueueScheduler(handlerName)
|
||||||
|
|
Loading…
Reference in New Issue