mirror of
https://github.com/oceanprotocol/ocean-subgraph.git
synced 2024-12-02 05:57:29 +01:00
fix
This commit is contained in:
parent
55480cf7a3
commit
f3589a220a
@ -340,7 +340,7 @@ export function handleProviderFee(event: ProviderFee): void {
|
|||||||
event.logIndex.toI32()
|
event.logIndex.toI32()
|
||||||
)
|
)
|
||||||
if (orderReuse) {
|
if (orderReuse) {
|
||||||
log.info('order reuse id in provider fee handler: {}', [orderReuse.id], [])
|
log.info('order reuse id in provider fee handler: {}', [orderReuse.id])
|
||||||
orderReuse.providerFee = providerFee
|
orderReuse.providerFee = providerFee
|
||||||
orderReuse.providerFeeValidUntil = event.params.validUntil
|
orderReuse.providerFeeValidUntil = event.params.validUntil
|
||||||
orderReuse.save()
|
orderReuse.save()
|
||||||
|
Loading…
Reference in New Issue
Block a user