diff --git a/src/Services/Services.Common/CommonExtensions.cs b/src/Services/Services.Common/CommonExtensions.cs index 2c8510b0b..acad801e6 100644 --- a/src/Services/Services.Common/CommonExtensions.cs +++ b/src/Services/Services.Common/CommonExtensions.cs @@ -347,7 +347,7 @@ public static class CommonExtensions var eventBusSection = configuration.GetSection("EventBus"); - if (eventBusSection.Exists()) + if (!eventBusSection.Exists()) { return services; }