From 62a6ee8d5502f42c513910d64618ebb23277ccd1 Mon Sep 17 00:00:00 2001 From: Samuel Plumppu <6125097+Greenheart@users.noreply.github.com> Date: Tue, 10 Dec 2024 14:16:23 +0100 Subject: [PATCH] fix: typo in docstring for `moveToDelayed` --- src/classes/job.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/classes/job.ts b/src/classes/job.ts index 9e71bb45e5..735efa33f7 100644 --- a/src/classes/job.ts +++ b/src/classes/job.ts @@ -1070,7 +1070,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 */