We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 249debe commit 2400389Copy full SHA for 2400389
src/services/indexer-services/utxo-indexer.service.ts
@@ -122,8 +122,8 @@ abstract class UtxoExternalIndexerEngineService extends IIndexerEngineService {
122
throw new Error('No versions state found in the indexer database');
123
}
124
125
- const nodeVersion = resVersion.toNodeVersion()
126
- const indexerVersion = resVersion.toIndexerVersion()
+ const nodeVersion = resVersion.toNodeVersion();
+ const indexerVersion = resVersion.toIndexerVersion();
127
const apiServerVersion = await this.getServiceVersion();
128
129
return {
0 commit comments