Skip to content

Commit a93e7fd

Browse files
Update content/techniques/queues.md
Co-authored-by: Tolga Paksoy <tolga@paramander.com>
1 parent f9ebebe commit a93e7fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/techniques/queues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ export class AudioConsumer {
311311
`Processing job ${job.id} of type ${job.name} with data ${job.data}...`,
312312
);
313313
}
314-
...
314+
// ...
315315
```
316316
317317
You can see the complete list of events as properties of QueueEventsListener [here](https://api.docs.bullmq.io/interfaces/v4.QueueEventsListener.html).

0 commit comments

Comments
 (0)