Add missing veDelegation.save() (#658)

This commit is contained in:
trizin 2023-04-20 15:18:57 +03:00 committed by GitHub
parent c8541a071e
commit 4794dec64e
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()
}