Skip to content

Commit

Permalink
docs: typo in docstring for moveToDelayed (#2961)
Browse files Browse the repository at this point in the history
  • Loading branch information
Greenheart authored Dec 10, 2024
1 parent fc8fac9 commit 3b218ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/job.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1147,7 +1147,7 @@ export class Job<
/**
* Moves the job to the delay set.
*
* @param timestamp - timestamp where the job should be moved back to "wait"
* @param timestamp - timestamp when the job should be moved back to "wait"
* @param token - token to check job is locked by current worker
* @returns
*/
Expand Down

0 comments on commit 3b218ff

Please sign in to comment.