We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ca9cbe commit 83c6c20Copy full SHA for 83c6c20
1 file changed
src/Etcd.Microsoft.Extensions.Configuration/Client/EtcdClientFactory.cs
@@ -40,7 +40,6 @@ public IEtcdClient Create()
40
{
41
if (string.IsNullOrEmpty(Settings.ConnectionString))
42
throw new EtcdConfigurationException("Connection string is missing, should be passed in AddEtcd parameters or set in environment variables.");
43
- var client = new EtcdClient(Settings.ConnectionString);
44
45
return new EtcdClient(Settings.ConnectionString, configureChannelOptions: (options =>
46
0 commit comments