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