From 7e7d9cb58d7cb5c1a92020f7c4333932526d8e98 Mon Sep 17 00:00:00 2001 From: Veri Ferdiansyah Date: Tue, 14 Dec 2021 12:02:34 +0700 Subject: [PATCH] fix: typo on url (#2195) --- lib/errors.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ` };