Skip to content

Commit

Permalink
add extra event
Browse files Browse the repository at this point in the history
  • Loading branch information
danielailie committed Nov 21, 2023
1 parent f93c4e7 commit 7b9b860
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ export class MarketplacesReindexEventsSummaryService {
case AuctionEventEnum.WithdrawOffer: {
return OfferClosedSummary.fromWithdrawOfferEventAndTx(event, txData);
}
case AuctionEventEnum.WithdrawAuctionAndAcceptOffer: {
case AuctionEventEnum.WithdrawAuctionAndAcceptOffer:
case ExternalAuctionEventEnum.AcceptOfferFromAuction: {
if (event.hasEventTopicIdentifier(AuctionEventEnum.Accept_offer_token_event)) {
return OfferAcceptedSummary.fromAcceptOfferEventAndTx(event, txData, marketplace);
} else {
Expand Down

0 comments on commit 7b9b860

Please sign in to comment.