mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 10:49:28 +02:00
Fix lint
This commit is contained in:
parent
f99a3f7dce
commit
1c30b112b9
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ class JobQueue {
|
|||
|
||||
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.buildQueue(handlerName)
|
||||
this.buildQueueScheduler(handlerName)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue