diff --git a/src/mappings/veDelegation.ts b/src/mappings/veDelegation.ts index 8d774e9..3952019 100644 --- a/src/mappings/veDelegation.ts +++ b/src/mappings/veDelegation.ts @@ -31,8 +31,7 @@ export function handleDelegation(event: DelegateBoost): void { veDelegation.lockedAmount = delegator.lockedAmount veDelegation.cancelTime = _cancelTime veDelegation.expireTime = _expireTime - veDelegation. - veDelegation.save() + veDelegation.save() const veDelegationUpdate = new VeDelegationUpdate( event.transaction.hash.toHex() + '-' + event.logIndex.toString()