Skip to content

Commit 9bf50bc

Browse files
committedFeb 20, 2024·
chore(queue-events): add TODO to the comment
1 parent 7ba2729 commit 9bf50bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/classes/queue-events.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ export class QueueEvents extends QueueBase {
236236
this.running = true;
237237
const client = await this.client;
238238

239-
// Planed for deprecation as it has no really a use case
239+
// TODO: Planed for deprecation as it has no really a use case
240240
try {
241241
await client.client('SETNAME', this.clientName(QUEUE_EVENT_SUFFIX));
242242
} catch (err) {

0 commit comments

Comments
 (0)
Please sign in to comment.