Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
danielailie committed Dec 6, 2023
1 parent 3f397d8 commit 3570d6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export class NftEventsConsumer {
connection: 'default',
queueName: process.env.RABBITMQ_QUEUE,
exchange: process.env.RABBITMQ_EXCHANGE,
// dlqExchange: process.env.RABBITMQ_DLQ_EXCHANGE,
dlqExchange: process.env.RABBITMQ_DLQ_EXCHANGE,
})
async consumeAuctionEvents(nftAuctionEvents: any) {
if (nftAuctionEvents?.events) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export class RevertEventsConsumer {
connection: 'default',
queueName: process.env.RABBITMQ_QUEUE_REVERT,
exchange: process.env.RABBITMQ_EXCHANGE_REVERT,
// dlqExchange: process.env.RABBITMQ_DLQ_EXCHANGE_REVERT,
dlqExchange: process.env.RABBITMQ_DLQ_EXCHANGE_REVERT,
})
async consumeRevertEvents(nftAuctionEvents: any) {
if (nftAuctionEvents.events) {
Expand Down

0 comments on commit 3570d6e

Please sign in to comment.