Skip to content

Commit

Permalink
fix: typo on url (#2195)
Browse files Browse the repository at this point in the history
  • Loading branch information
vferdiansyah committed Dec 14, 2021
1 parent ffd3f9b commit 7e7d9cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/errors.js
Expand Up @@ -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
`
};

0 comments on commit 7e7d9cb

Please sign in to comment.