Fixed check
This commit is contained in:
parent
5ea034106c
commit
031996d87c
@ -347,7 +347,7 @@ public static class CommonExtensions
|
||||
|
||||
var eventBusSection = configuration.GetSection("EventBus");
|
||||
|
||||
if (eventBusSection.Exists())
|
||||
if (!eventBusSection.Exists())
|
||||
{
|
||||
return services;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user