Skip to content

Commit

Permalink
docs(queue): update clean tsdoc description (#2781)
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusburton authored Sep 26, 2024
1 parent c8cafe6 commit 6e9c5be
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 @@ -459,7 +459,7 @@ export class Queue<
* Cleans jobs from a queue. Similar to drain but keeps jobs within a certain
* grace period.
*
* @param grace - The grace period
* @param grace - The grace period in milliseconds
* @param limit - Max number of jobs to clean
* @param type - The type of job to clean
* Possible values are completed, wait, active, paused, delayed, failed. Defaults to completed.
Expand Down

0 comments on commit 6e9c5be

Please sign in to comment.