Skip to content

Commit 0239c56

Browse files
committed
fix: format
1 parent f9ab084 commit 0239c56

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

packages/indexer-common/src/network.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,14 @@ export class Network {
336336
networkSubgraph,
337337
})
338338
if (specification.indexerOptions.enableDips) {
339-
dipsCollector = DipsCollector.create(logger, managementModels, queryFeeModels, specification, tapCollector, wallet)
339+
dipsCollector = DipsCollector.create(
340+
logger,
341+
managementModels,
342+
queryFeeModels,
343+
specification,
344+
tapCollector,
345+
wallet,
346+
)
340347
}
341348
} else {
342349
logger.info(`RAV (and DIPs) process not initiated.

0 commit comments

Comments
 (0)