mirror of
https://github.com/oceanprotocol/ocean-subgraph.git
synced 2024-12-02 05:57:29 +01:00
Fix typo
This commit is contained in:
parent
9b41d025e8
commit
af4d273798
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user