From af4d2737987883b5ad54572540eab3a259a48d41 Mon Sep 17 00:00:00 2001 From: trizin <25263018+trizin@users.noreply.github.com> Date: Thu, 4 May 2023 13:40:19 +0300 Subject: [PATCH] Fix typo --- src/mappings/veDelegation.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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()