Skip to content
This repository was archived by the owner on Apr 29, 2022. It is now read-only.

Commit 6b9436c

Browse files
author
Anton Vorontsov
committed
Configuration fix.
1 parent fd81540 commit 6b9436c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/RabbitMQ.Client.Core.DependencyInjection/RabbitMqClientDependencyInjectionExtensions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ public static IServiceCollection AddRabbitMqClient(this IServiceCollection servi
3939
services.AddLogging(options => options.AddConsole());
4040
services.Configure<RabbitMqClientOptions>(opt =>
4141
{
42-
opt = configuration;
4342
opt.HostName = configuration.HostName;
4443
opt.HostNames = configuration.HostNames;
4544
opt.TcpEndpoints = configuration.TcpEndpoints;

0 commit comments

Comments
 (0)