mirror of
https://github.com/oceanprotocol/ocean-subgraph.git
synced 2024-12-02 05:57:29 +01:00
Add missing veDelegation.save() (#658)
This commit is contained in:
parent
c8541a071e
commit
4794dec64e
@ -64,4 +64,5 @@ export function handleBurnBoost(event: BurnBoost): void {
|
|||||||
// delete
|
// delete
|
||||||
const veDelegation = getveDelegation(_tokenId.toHex())
|
const veDelegation = getveDelegation(_tokenId.toHex())
|
||||||
veDelegation.amount = BigInt.zero()
|
veDelegation.amount = BigInt.zero()
|
||||||
|
veDelegation.save()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user