Skip to content

Commit

Permalink
Fix: format check
Browse files Browse the repository at this point in the history
  • Loading branch information
AvbrehtLuka committed Jan 23, 2025
1 parent 249debe commit 2400389
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/services/indexer-services/utxo-indexer.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ abstract class UtxoExternalIndexerEngineService extends IIndexerEngineService {
throw new Error('No versions state found in the indexer database');
}

const nodeVersion = resVersion.toNodeVersion()
const indexerVersion = resVersion.toIndexerVersion()
const nodeVersion = resVersion.toNodeVersion();
const indexerVersion = resVersion.toIndexerVersion();
const apiServerVersion = await this.getServiceVersion();

return {
Expand Down

0 comments on commit 2400389

Please sign in to comment.