Add missing veDelegation.save()

This commit is contained in:
trizin 2023-04-19 21:21:22 +03:00 committed by GitHub
parent c8541a071e
commit 0f780f51a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -64,4 +64,5 @@ export function handleBurnBoost(event: BurnBoost): void {
// delete
const veDelegation = getveDelegation(_tokenId.toHex())
veDelegation.amount = BigInt.zero()
veDelegation.save()
}