@azteam/rabbitmq-async 1.0.124 → 1.0.125

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azteam/rabbitmq-async",
3
- "version": "1.0.124",
3
+ "version": "1.0.125",
4
4
  "description": "",
5
5
  "main": "src/index.js",
6
6
  "engines": {
@@ -132,7 +132,7 @@ class RabbitMQAsync {
132
132
  try {
133
133
  channel = await this.client.createChannel();
134
134
 
135
- const data = await channel.assertQueue(prefixQueueName, {
135
+ await channel.assertQueue(prefixQueueName, {
136
136
  durable: true,
137
137
  });
138
138