Comparing version 2.0.7 to 2.0.8
@@ -22,3 +22,3 @@ "use strict"; | ||
} | ||
let data = await this.producer.getQueueUrlAsync({ QueueName: topic }); | ||
let data = await this.producer.getQueueUrlAsync({ QueueName: topic }).catch(_ => null); | ||
let queue = (_a = data) === null || _a === void 0 ? void 0 : _a.QueueUrl; | ||
@@ -25,0 +25,0 @@ if (queue) { |
{ | ||
"name": "steveo", | ||
"version": "2.0.7", | ||
"version": "2.0.8", | ||
"description": "A Task Pub/Sub Background processing library", | ||
@@ -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
66900