Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosvdr committed Jun 18, 2024
1 parent 36344e9 commit a3c814b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/indexer-common/src/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ export class Network {
// --------------------------------------------------------------------------------
const networkIdentifier = await networkProvider.getNetwork()
// eslint-disable-next-line @typescript-eslint/no-explicit-any
let tapContracts: any;
let tapContracts: any
try {
tapContracts = await connectTapContracts(
wallet,
Expand All @@ -251,7 +251,6 @@ export class Network {
} catch (err) {
logger.error(`Failed to connect to tap contract bindings:`, { err })
}


// --------------------------------------------------------------------------------
// * Allocation and allocation signers
Expand Down

0 comments on commit a3c814b

Please sign in to comment.