@bull-board/api
Advanced tools
Comparing version 6.7.2 to 6.7.3
@@ -7,3 +7,3 @@ "use strict"; | ||
const jobProps = job.toJSON(); | ||
const stacktrace = jobProps.stacktrace ? jobProps.stacktrace.filter(Boolean) : []; | ||
const stacktrace = jobProps.stacktrace ? jobProps.stacktrace.filter(Boolean).toReversed() : []; | ||
return { | ||
@@ -10,0 +10,0 @@ id: jobProps.id, |
{ | ||
"name": "@bull-board/api", | ||
"version": "6.7.2", | ||
"version": "6.7.3", | ||
"description": "A Dashboard server API built on top of bull or bullmq.", | ||
@@ -42,3 +42,3 @@ "keywords": [ | ||
"peerDependencies": { | ||
"@bull-board/ui": "6.7.2" | ||
"@bull-board/ui": "6.7.3" | ||
}, | ||
@@ -45,0 +45,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
69881