Skip to content

Commit

Permalink
Fix method name
Browse files Browse the repository at this point in the history
  • Loading branch information
Кирилл committed May 30, 2024
1 parent 23a1f17 commit 996853a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ open class ConfiguredUpstreams(
)
}
} else {
upstreamFactory.creatGrpcUpstream(
upstreamFactory.createGrpcUpstream(
up as UpstreamsConfig.Upstream<UpstreamsConfig.GrpcConnection>,
chainsConfig,
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class UpstreamFactory(
}
}

fun creatGrpcUpstream(
fun createGrpcUpstream(
config: UpstreamsConfig.Upstream<UpstreamsConfig.GrpcConnection>,
chainsConfig: ChainsConfig,
): GrpcUpstreams {
Expand Down

0 comments on commit 996853a

Please sign in to comment.