Browse Source

Fixed check

davidfowl/common-services
David Fowler 1 year ago
committed by Reuben Bond
parent
commit
031996d87c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Services/Services.Common/CommonExtensions.cs

+ 1
- 1
src/Services/Services.Common/CommonExtensions.cs View File

@ -347,7 +347,7 @@ public static class CommonExtensions
var eventBusSection = configuration.GetSection("EventBus"); var eventBusSection = configuration.GetSection("EventBus");
if (eventBusSection.Exists())
if (!eventBusSection.Exists())
{ {
return services; return services;
} }


Loading…
Cancel
Save