fix code indentation

This commit is contained in:
nymkappa 2026-08-01 22:06:07 +02:00
parent 0260d4d365
commit 31c6b72f42
No known key found for this signature in database
GPG key ID: A7895A957BA87DBA

View file

@ -143,7 +143,8 @@ class Indexer {
latestPriceId = await PricesRepository.$getLatestPriceId();
} catch (e) {
logger.debug('failed to fetch latest price id from db: ' + (e instanceof Error ? e.message : e));
} if (priceUpdater.historyInserted === false || latestPriceId === null) {
}
if (priceUpdater.historyInserted === false || latestPriceId === null) {
logger.debug(`Blocks prices indexer is waiting for the price updater to complete`, logger.tags.mining);
this.scheduleSingleTask(task, 10000);
} else {