Skip to content

Commit

Permalink
refactor: make networkConfig variable private
Browse files Browse the repository at this point in the history
  • Loading branch information
Brunonascdev committed Apr 1, 2024
1 parent 7249e02 commit 44561cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stellar-plus/horizon/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { HorizonHandler } from 'stellar-plus/horizon/types'
import { NetworkConfig } from 'stellar-plus/types'

export class HorizonHandlerClient implements HorizonHandler {
public networkConfig: NetworkConfig
private networkConfig: NetworkConfig
public server: Horizon.Server

/**
Expand Down

0 comments on commit 44561cb

Please sign in to comment.