Comparing version 0.3.0 to 0.3.1
@@ -92,3 +92,3 @@ "use strict"; | ||
if (ack) { | ||
when(listener.call(null, [message, headers, deliveryInfo])).chain(function () { | ||
when(listener.call(null, message, headers, deliveryInfo)).chain(function () { | ||
done(); | ||
@@ -95,0 +95,0 @@ }, function (err) { |
{ | ||
"name": "hare", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Wrapper around amqp to make common patterns easier", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
45597