Skip to content

Commit

Permalink
Update queue.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
joebowbeer authored and manast committed Jun 14, 2020
1 parent 47d0827 commit 2da059d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/queue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export class Queue<T = any> extends QueueGetters {

/*@function clean
*
* Cleans jobs from a queue. Similar to remove but keeps jobs within a certain
* Cleans jobs from a queue. Similar to drain but keeps jobs within a certain
* grace period.
*
* @param {number} grace - The grace period
Expand Down

0 comments on commit 2da059d

Please sign in to comment.