Comparing version 2.3.1 to 2.3.2
@@ -152,3 +152,3 @@ 'use strict'; | ||
return _this7.fail(job.id).then(function () { | ||
return _this7.fail(job.id, error).then(function () { | ||
return _this7.emit(events.failed, { job: job, error: error }); | ||
@@ -155,0 +155,0 @@ }); |
{ | ||
"name": "pg-boss", | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"description": "Queueing jobs in Node.js using PostgreSQL like a boss", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
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
184318