@bull-board/api
Advanced tools
Comparing version 3.5.1 to 3.5.2
@@ -23,3 +23,3 @@ "use strict"; | ||
getJobs(jobStatuses, start, end) { | ||
return this.queue.getJobs(jobStatuses, start, end, true); | ||
return this.queue.getJobs(jobStatuses, start, end); | ||
} | ||
@@ -26,0 +26,0 @@ // eslint-disable-next-line @typescript-eslint/no-unused-vars |
@@ -25,3 +25,3 @@ "use strict"; | ||
getJobs(jobStatuses, start, end) { | ||
return this.queue.getJobs(jobStatuses, start, end, true); | ||
return this.queue.getJobs(jobStatuses, start, end); | ||
} | ||
@@ -28,0 +28,0 @@ getJobCounts(...jobStatuses) { |
{ | ||
"name": "@bull-board/api", | ||
"version": "3.5.1", | ||
"version": "3.5.2", | ||
"description": "Core server APIs of bull-board", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
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
44875