mirror of
https://github.com/oceanprotocol/ocean-subgraph.git
synced 2024-12-02 05:57:29 +01:00
order.nftOwner = ADDRESS_ZERO
fix
This commit is contained in:
parent
afc98a36ca
commit
101a2cd540
@ -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())
|
||||||
|
Loading…
Reference in New Issue
Block a user