order.nftOwner = ADDRESS_ZERO

fix
This commit is contained in:
trizin 2024-07-22 19:18:05 +03:00 committed by GitHub
parent afc98a36ca
commit 101a2cd540
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,6 +62,7 @@ export function handleOrderStarted(event: OrderStarted): void {
} }
} else { } else {
log.info("nft not found", []) log.info("nft not found", [])
order.nftOwner = ADDRESS_ZERO
} }
const payer = getUser(event.params.payer.toHex()) const payer = getUser(event.params.payer.toHex())