mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
refactor clean code
This commit is contained in:
@@ -26,7 +26,7 @@ export class ClientRedis extends ClientProxy {
|
||||
protected pubClient: RedisClient;
|
||||
protected subClient: RedisClient;
|
||||
protected connection: Promise<any>;
|
||||
private isExplicitlyTerminated = false;
|
||||
private readonly isExplicitlyTerminated = false;
|
||||
|
||||
constructor(protected readonly options: ClientOptions['options']) {
|
||||
super();
|
||||
|
||||
Reference in New Issue
Block a user