Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
mathnogueira committed Nov 16, 2023
1 parent fc4535e commit e1b7ca3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/src/services/queue.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@ class RabbitQueueService<T> implements QueueService<T> {
return this.channel;
}

this.channel?.recover

try {
const connection = await ampqlib.connect(`amqp://${RABBITMQ_HOST}`);
const channel = await connection.createChannel();
Expand Down

0 comments on commit e1b7ca3

Please sign in to comment.