Skip to content

Commit 4794dec

Browse files
authored
Add missing veDelegation.save() (#658)
1 parent c8541a0 commit 4794dec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mappings/veDelegation.ts

+1
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,5 @@ export function handleBurnBoost(event: BurnBoost): void {
6464
// delete
6565
const veDelegation = getveDelegation(_tokenId.toHex())
6666
veDelegation.amount = BigInt.zero()
67+
veDelegation.save()
6768
}

0 commit comments

Comments
 (0)