@bull-board/api
Advanced tools
Comparing version 3.10.1 to 3.10.2
@@ -29,3 +29,5 @@ "use strict"; | ||
return this.queue.getJobs(jobStatuses, start, end).then((jobs) => jobs.map((job) => { | ||
job.attemptsMade++; // increase to align it with bullMQ behavior | ||
if (typeof (job === null || job === void 0 ? void 0 : job.attemptsMade) === 'number') { | ||
job.attemptsMade++; // increase to align it with bullMQ behavior | ||
} | ||
return job; | ||
@@ -32,0 +34,0 @@ })); |
{ | ||
"name": "@bull-board/api", | ||
"version": "3.10.1", | ||
"version": "3.10.2", | ||
"description": "Core server APIs of bull-board", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
47112
747