Skip to content

Commit

Permalink
Add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
danielailie committed Jun 3, 2024
1 parent 3864858 commit cab617d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export class MarketplaceEventsProcessingService {

public async handleNftAuctionEvents(auctionEvents: EventLog[]) {
for (let event of auctionEvents) {
console.log('Received events: ', event.identifier)
const marketplace = await this.marketplaceService.getMarketplaceByAddress(event.address);
switch (event.identifier) {
case AuctionEventEnum.BidEvent:
Expand Down

0 comments on commit cab617d

Please sign in to comment.