diff --git a/src/classes/queue-events.ts b/src/classes/queue-events.ts index 5ed3b25423..44dae24740 100644 --- a/src/classes/queue-events.ts +++ b/src/classes/queue-events.ts @@ -236,7 +236,7 @@ export class QueueEvents extends QueueBase { this.running = true; const client = await this.client; - // Planed for deprecation as it has no really a use case + // TODO: Planed for deprecation as it has no really a use case try { await client.client('SETNAME', this.clientName(QUEUE_EVENT_SUFFIX)); } catch (err) {