Skip to content

Commit

Permalink
chore(queue-events): add TODO to the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
manast committed Feb 20, 2024
1 parent 7ba2729 commit 9bf50bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/queue-events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 9bf50bc

Please sign in to comment.