We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ba2729 commit 9bf50bcCopy full SHA for 9bf50bc
src/classes/queue-events.ts
@@ -236,7 +236,7 @@ export class QueueEvents extends QueueBase {
236
this.running = true;
237
const client = await this.client;
238
239
- // Planed for deprecation as it has no really a use case
+ // TODO: Planed for deprecation as it has no really a use case
240
try {
241
await client.client('SETNAME', this.clientName(QUEUE_EVENT_SUFFIX));
242
} catch (err) {
0 commit comments