lint
This commit is contained in:
parent
d4fcc694a6
commit
3205eb6925
|
|
@ -902,7 +902,7 @@ export class QueueService {
|
||||||
},
|
},
|
||||||
db: {
|
db: {
|
||||||
version: db.redis_version,
|
version: db.redis_version,
|
||||||
mode: db.redis_mode,
|
mode: db.redis_mode as 'cluster' | 'standalone' | 'sentinel',
|
||||||
runId: db.run_id,
|
runId: db.run_id,
|
||||||
processId: db.process_id,
|
processId: db.process_id,
|
||||||
port: parseInt(db.tcp_port),
|
port: parseInt(db.tcp_port),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue