Skip to content

Commit

Permalink
order.nftOwner = ADDRESS_ZERO
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
trizin authored Jul 22, 2024
1 parent afc98a3 commit 101a2cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mappings/erc20Templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export function handleOrderStarted(event: OrderStarted): void {
}
} else {
log.info("nft not found", [])

Check failure on line 64 in src/mappings/erc20Templates.ts

View workflow job for this annotation

GitHub Actions / test

Replace `"nft·not·found"` with `'nft·not·found'`
order.nftOwner = ADDRESS_ZERO
}

const payer = getUser(event.params.payer.toHex())
Expand Down

0 comments on commit 101a2cd

Please sign in to comment.