Skip to content

Commit

Permalink
Added another log
Browse files Browse the repository at this point in the history
  • Loading branch information
aminlatifi committed Jul 20, 2023
1 parent 9ae6cc3 commit 414213b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/instantBoostingServices.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ const fetchUpdatedInstantPowerBalances = async (
const fillMissingInstantPowerBalances = async (
givPowerSubgraphAdapter: IGivPowerSubgraphAdapter,
): Promise<void> => {
logger.debug('2. Fetch missing instant powers');
const latestSyncedBlock = await getLatestSyncedBlock();
if (!latestSyncedBlock.timestamp) {
logger.error(
Expand Down

0 comments on commit 414213b

Please sign in to comment.