diff --git a/src/mappings/veDelegation.ts b/src/mappings/veDelegation.ts index cb1fa596..fd082e64 100644 --- a/src/mappings/veDelegation.ts +++ b/src/mappings/veDelegation.ts @@ -64,4 +64,5 @@ export function handleBurnBoost(event: BurnBoost): void { // delete const veDelegation = getveDelegation(_tokenId.toHex()) veDelegation.amount = BigInt.zero() + veDelegation.save() }