Skip to content
Snippets Groups Projects
Commit f473269a authored by ale's avatar ale
Browse files

Fix typo

parent c12a8455
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,10 @@ func NewBackend(config *BackendConfig) (Backend, error) {
}
if config.Sharded {
return &replicatedClient{newHTTPClient(u, tlsConfig)}, nil
return &replicatedClient{
u: u,
c: newHTTPClient(u, tlsConfig),
}, nil
}
return &shardedClient{
baseURL: u,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment