Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Commit

Permalink
feat(sdk): lint issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joeandrews committed Mar 30, 2020
1 parent 6597492 commit 107084e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ class EventService {

const lastSyncedAsset = await Asset.latest({ networkId }, options);

const lastSyncedBlock = START_EVENTS_SYNCING_BLOCK;
let lastSyncedBlock = START_EVENTS_SYNCING_BLOCK;

if (lastSyncedAsset) {
lastSyncedBlock = lastSyncedAsset.blockNumber;
Expand Down

0 comments on commit 107084e

Please sign in to comment.