Skip to content

Commit

Permalink
Add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
danielailie committed Dec 14, 2023
1 parent fe28d85 commit 5bb83ee
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export class NftEventsConsumer {
dlqExchange: process.env.RABBITMQ_DLQ_EXCHANGE,
})
async consumeAuctionEvents(nftAuctionEvents: any) {
console.log(11111111, nftAuctionEvents)
if (nftAuctionEvents?.events) {
const internalMarketplaces = await this.marketplaceService.getInternalMarketplacesAddreses();
const externalMarketplaces = await this.marketplaceService.getExternalMarketplacesAddreses();
Expand Down

0 comments on commit 5bb83ee

Please sign in to comment.