Skip to content

Commit

Permalink
Remove redundant consume (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed May 25, 2024
1 parent 2599cc5 commit 0398f1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/amqp/lib/AbstractAmqpConsumer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ export abstract class AbstractAmqpConsumer<
async start() {
await this.init()
if (!this.channel) throw new Error('Channel is not set')
await this.consume()
}

async init(): Promise<void> {
Expand Down

0 comments on commit 0398f1a

Please sign in to comment.