Skip to content

Commit

Permalink
fix auction
Browse files Browse the repository at this point in the history
  • Loading branch information
ElessarST committed Apr 1, 2024
1 parent 081ceef commit 836604a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions indexer/src/processing/marketplace/bid-added.handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export class BidAddedHandler implements INftMarketplaceEventHandler {
await storage.setAuction(
new Auction({
...auction,
nft,
lastPrice: price,
}),
);
Expand Down

0 comments on commit 836604a

Please sign in to comment.