Skip to content

Commit

Permalink
Add missing veDelegation.save()
Browse files Browse the repository at this point in the history
  • Loading branch information
trizin committed Apr 19, 2023
1 parent c8541a0 commit 0f780f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mappings/veDelegation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,5 @@ export function handleBurnBoost(event: BurnBoost): void {
// delete
const veDelegation = getveDelegation(_tokenId.toHex())
veDelegation.amount = BigInt.zero()
veDelegation.save()
}

0 comments on commit 0f780f5

Please sign in to comment.