diff --git a/lib/errors.js b/lib/errors.js index 1fa2bf8f4..c1fbb4793 100644 --- a/lib/errors.js +++ b/lib/errors.js @@ -6,6 +6,6 @@ module.exports.Messages = { RETRY_JOB_NOT_FAILED: "Couldn't retry job: The job has been already retried or has not failed", MISSING_REDIS_OPTS: `Using a redis instance with enableReadyCheck or maxRetriesPerRequest is not permitted. - see https://https://github.com/OptimalBits/bull/issues/1873 + see https://github.com/OptimalBits/bull/issues/1873 ` };